summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c371e853328..3faf3fbeee63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = torrents_dispatcher
pkgdesc = Dispatch your torrents between multiple torrent clients
pkgver = 0.0.6
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Anthony25/torrents_dispatcher
arch = any
license = BSD
depends = python-appdirs
- depends = python-argparse
depends = python-bencodepy
depends = python-setuptools
source = https://github.com/Anthony25/torrents_dispatcher/archive/0.0.6.tar.gz
sha256sums = fa2f0cb2c1b574edf8b461971e4dd576c89d76ca5343a15f924c21da39c64c95
pkgname = torrents_dispatcher
-
diff --git a/PKGBUILD b/PKGBUILD
index 37635f1c3aa6..40caa2589e6c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')