summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Ruhier2015-12-02 00:42:44 +0100
committerAnthony Ruhier2015-12-02 00:42:44 +0100
commit6365f74dd62b8f88f04b9c79077c8baa51b4cdc4 (patch)
tree4ca19e6b3d18365a17ebcc984e02bf121fdae172 /PKGBUILD
parent060e64f47c96a7424b84c81f80acefd420d25daa (diff)
downloadaur-6365f74dd62b8f88f04b9c79077c8baa51b4cdc4.tar.gz
Fix ridiculous typo
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')