summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Ruhier2015-12-02 00:14:00 +0100
committerAnthony Ruhier2015-12-02 00:14:00 +0100
commit48064329c0d3227fdb50a4c09f9c21c24945e9ef (patch)
tree37be67e0b36f04381044299840e6116cc8962e6c /PKGBUILD
parent61dd4e4bd227761f438c53cff4f54516f9dd84f5 (diff)
downloadaur-48064329c0d3227fdb50a4c09f9c21c24945e9ef.tar.gz
Add python-setuptools as dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a4653b5d717..9c7a37a153c5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=torrents_dispatcher
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Dispatch your torrents between multiple torrent clients'
arch=('any')
url='https://github.com/Anthony25/torrents_dispatcher'
license=('BSD')
-depends=('python-appdirs' 'python-bencodepy')
+depends=('python-appdirs' 'python-bencodepy' 'python-setuptools')
source=("https://github.com/Anthony25/torrents_dispatcher/archive/${pkgver}.tar.gz")
sha256sums=('1e63bc64bcf52c4e7d14eacdb109d6779029b449ed5392de8958b6aca0a1f636')