summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Ruhier2016-11-07 00:32:35 +0100
committerAnthony Ruhier2016-11-07 00:32:35 +0100
commita81831bc0effd9071207002b355ea272e99c3985 (patch)
treedacf250e75ca13f76077ee5e7715dde4220427df /PKGBUILD
parent64285edcf6e4bf4748ab397cf981f349c2a0c424 (diff)
downloadaur-a81831bc0effd9071207002b355ea272e99c3985.tar.gz
Bump to 0.0.6
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fc71e41f265..e7deb3444442 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Anthony Ruhier <anthony.ruhier@gmail.com>
pkgname=torrents_dispatcher
-pkgver=0.0.5
+pkgver=0.0.6
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=('cd9b9833b7822ac3eea469821a8a41d4ebf3ae89404e3b0c4a9d6890d4ebbede')
+sha256sums=('ef43a1c9fde153c1fdd33bcd227baa479856ba8a5becd3708929510e0d24c9ee')
build() {
cd torrents_dispatcher-${pkgver}