summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afc3cd34f4c3..cf2cf275c901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=nibl
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Command line interface to the NIBL XDCC package search"
arch=('any')
license=('GPL')
@@ -10,7 +10,8 @@ depends=(\
'python-termcolor' \
'python-terminaltables' \
'python-beautifulsoup4' \
- 'python-requests')
+ 'python-requests' \
+ 'python-progressbar')
makedepends=('cython' 'pkg-config' 'gcc')
options=(!emptydirs)
source=('https://github.com/2ion/nibl/archive/master.tar.gz')