summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2015-12-05 18:14:34 +0100
committerAnthony Ruhier2015-12-05 18:14:34 +0100
commit86d4299b94732cb315c2e90308960b63dfd64410 (patch)
tree7944a5715562ca10ccc212360bb8bb8aad4fa6a4
parent6365f74dd62b8f88f04b9c79077c8baa51b4cdc4 (diff)
downloadaur-86d4299b94732cb315c2e90308960b63dfd64410.tar.gz
Bump to 0.0.2
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bde4ab34e018..4f6b1c3d513d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = torrents_dispatcher
pkgdesc = Dispatch your torrents between multiple torrent clients
- pkgver = 0.0.1
- pkgrel = 4
+ pkgver = 0.0.2
+ pkgrel = 1
url = https://github.com/Anthony25/torrents_dispatcher
arch = any
license = BSD
@@ -9,8 +9,8 @@ pkgbase = torrents_dispatcher
depends = python-argparse
depends = python-bencodepy
depends = python-setuptools
- source = https://github.com/Anthony25/torrents_dispatcher/archive/0.0.1.tar.gz
- sha256sums = 1e63bc64bcf52c4e7d14eacdb109d6779029b449ed5392de8958b6aca0a1f636
+ source = https://github.com/Anthony25/torrents_dispatcher/archive/0.0.2.tar.gz
+ sha256sums = 013cd4e44bfb3b56acb77e62c6dba44630c15691842257de62b2e594030c8734
pkgname = torrents_dispatcher
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}