summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Ruhier2015-12-05 18:14:34 +0100
committerAnthony Ruhier2015-12-05 18:14:34 +0100
commit86d4299b94732cb315c2e90308960b63dfd64410 (patch)
tree7944a5715562ca10ccc212360bb8bb8aad4fa6a4 /PKGBUILD
parent6365f74dd62b8f88f04b9c79077c8baa51b4cdc4 (diff)
downloadaur-86d4299b94732cb315c2e90308960b63dfd64410.tar.gz
Bump to 0.0.2
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2c42e28409b..541b5b46018c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Anthony Ruhier <anthony.ruhier@gmail.com>
pkgname=torrents_dispatcher
-pkgver=0.0.1
-pkgrel=4
+pkgver=0.0.2
+pkgrel=1
pkgdesc='Dispatch your torrents between multiple torrent clients'
arch=('any')
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=('1e63bc64bcf52c4e7d14eacdb109d6779029b449ed5392de8958b6aca0a1f636')
+sha256sums=('013cd4e44bfb3b56acb77e62c6dba44630c15691842257de62b2e594030c8734')
build() {
cd torrents_dispatcher-${pkgver}