diff options
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,12 +3,12 @@ pkgname=torrents_dispatcher pkgver=0.0.6 -pkgrel=3 +pkgrel=4 pkgdesc='Dispatch your torrents between multiple torrent clients' arch=('any') url='https://github.com/Anthony25/torrents_dispatcher' license=('BSD') -depends=('python-appdirs' 'python-argparse' 'python-bencodepy' 'python-setuptools') +depends=('python-appdirs' 'python-bencodepy' 'python-setuptools') source=("https://github.com/Anthony25/torrents_dispatcher/archive/${pkgver}.tar.gz") sha256sums=('fa2f0cb2c1b574edf8b461971e4dd576c89d76ca5343a15f924c21da39c64c95') |