Created
August 20, 2017 23:05
-
-
Save skrat/10af863b5b8ad5a3fd2008022a31f3fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index 21805bc..10c053f 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -9,7 +9,7 @@ pkgdesc='A command line interface for the Pirate Bay' | |
arch=('any') | |
url='https://github.com/vikstrous/pirate-get/' | |
license=('AGPL') | |
-depends=('python' 'python-setuptools') | |
+depends=('python' 'python-setuptools' 'python-veryprettytable' 'python-beautifulsoup4') | |
optdepends=('python-colorama: for colored output') | |
provides=("pirate-get") | |
conflicts=("pirate-get-git") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment