summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Ruhier2016-11-07 00:15:32 +0100
committerAnthony Ruhier2016-11-07 00:15:32 +0100
commit64285edcf6e4bf4748ab397cf981f349c2a0c424 (patch)
treed9ac5c528b71f51039492375123ee5de9f25087a /PKGBUILD
parent19acf186df8238bd95f8d10319f7e9795cf3c066 (diff)
downloadaur-64285edcf6e4bf4748ab397cf981f349c2a0c424.tar.gz
Bump to version 0.0.5
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dfd65906549..7fc71e41f265 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Anthony Ruhier <anthony.ruhier@gmail.com>
pkgname=torrents_dispatcher
-pkgver=0.0.4
+pkgver=0.0.5
pkgrel=1
pkgdesc='Dispatch your torrents between multiple torrent clients'
arch=('any')
@@ -10,7 +10,7 @@ url='https://github.com/Anthony25/torrents_dispatcher'
license=('BSD')
depends=('python-appdirs' 'python-argparse' 'python-bencodepy' 'python-setuptools')
source=("https://github.com/Anthony25/torrents_dispatcher/archive/${pkgver}.tar.gz")
-sha256sums=('e847cd517c6b1fc47d8d42b5bda1ee379e8eb079d5f363bcd9467a088fe40086')
+sha256sums=('cd9b9833b7822ac3eea469821a8a41d4ebf3ae89404e3b0c4a9d6890d4ebbede')
build() {
cd torrents_dispatcher-${pkgver}