summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2023-05-12 13:00:42 +0000
committerAnthony Ruhier2023-05-12 13:00:42 +0000
commit422b44cd031be70c09ce708cc7f0356ccdba1428 (patch)
treeaebe4c92569d0aaec6bb2d060fcfc5fe668d2206
parent84ed6cd24e7dc9cb4a30bfab881b564291b4ae6d (diff)
downloadaur-422b44cd031be70c09ce708cc7f0356ccdba1428.tar.gz
Remove python-argparse dependency.
-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')