summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2efd4ac10fe5..bde4ab34e018 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = torrents_dispatcher
pkgdesc = Dispatch your torrents between multiple torrent clients
pkgver = 0.0.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Anthony25/torrents_dispatcher
arch = any
license = BSD
depends = python-appdirs
- depends = python-argarse
+ depends = python-argparse
depends = python-bencodepy
depends = python-setuptools
source = https://github.com/Anthony25/torrents_dispatcher/archive/0.0.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2b7cd8e7f6b0..f2c42e28409b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=torrents_dispatcher
pkgver=0.0.1
-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-argarse' 'python-bencodepy' 'python-setuptools')
+depends=('python-appdirs' 'python-argparse' 'python-bencodepy' 'python-setuptools')
source=("https://github.com/Anthony25/torrents_dispatcher/archive/${pkgver}.tar.gz")
sha256sums=('1e63bc64bcf52c4e7d14eacdb109d6779029b449ed5392de8958b6aca0a1f636')