summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Ruhier2015-12-28 01:22:38 +0100
committerAnthony Ruhier2015-12-28 01:22:38 +0100
commit19acf186df8238bd95f8d10319f7e9795cf3c066 (patch)
tree8557a3ee42f33e0c83455a35ce33976755c9eb44 /PKGBUILD
parent7ea020e882b79d29b4d75ae4afcd21b537c90b1e (diff)
downloadaur-19acf186df8238bd95f8d10319f7e9795cf3c066.tar.gz
Bump to version 0.0.4
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40396d85b1a3..5dfd65906549 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Anthony Ruhier <anthony.ruhier@gmail.com>
pkgname=torrents_dispatcher
-pkgver=0.0.3
+pkgver=0.0.4
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=('d5ec105578610e98f0e8c5a175e7d9622146cbef66d67d61ace2804880353ab5')
+sha256sums=('e847cd517c6b1fc47d8d42b5bda1ee379e8eb079d5f363bcd9467a088fe40086')
build() {
cd torrents_dispatcher-${pkgver}