summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2015-12-16 08:01:31 +0100
committerAnthony Ruhier2015-12-16 08:01:31 +0100
commit7ea020e882b79d29b4d75ae4afcd21b537c90b1e (patch)
tree0aae07d81ea0c3f443a9f1009a55e3c43189dede
parent86d4299b94732cb315c2e90308960b63dfd64410 (diff)
downloadaur-7ea020e882b79d29b4d75ae4afcd21b537c90b1e.tar.gz
Bump to version 0.0.3
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f6b1c3d513d..e10a15c4f5a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = torrents_dispatcher
pkgdesc = Dispatch your torrents between multiple torrent clients
- pkgver = 0.0.2
+ pkgver = 0.0.3
pkgrel = 1
url = https://github.com/Anthony25/torrents_dispatcher
arch = any
@@ -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.2.tar.gz
- sha256sums = 013cd4e44bfb3b56acb77e62c6dba44630c15691842257de62b2e594030c8734
+ source = https://github.com/Anthony25/torrents_dispatcher/archive/0.0.3.tar.gz
+ sha256sums = d5ec105578610e98f0e8c5a175e7d9622146cbef66d67d61ace2804880353ab5
pkgname = torrents_dispatcher
diff --git a/PKGBUILD b/PKGBUILD
index 541b5b46018c..40396d85b1a3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Anthony Ruhier <anthony.ruhier@gmail.com>
pkgname=torrents_dispatcher
-pkgver=0.0.2
+pkgver=0.0.3
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=('013cd4e44bfb3b56acb77e62c6dba44630c15691842257de62b2e594030c8734')
+sha256sums=('d5ec105578610e98f0e8c5a175e7d9622146cbef66d67d61ace2804880353ab5')
build() {
cd torrents_dispatcher-${pkgver}