summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2015-12-28 01:22:38 +0100
committerAnthony Ruhier2015-12-28 01:22:38 +0100
commit19acf186df8238bd95f8d10319f7e9795cf3c066 (patch)
tree8557a3ee42f33e0c83455a35ce33976755c9eb44
parent7ea020e882b79d29b4d75ae4afcd21b537c90b1e (diff)
downloadaur-19acf186df8238bd95f8d10319f7e9795cf3c066.tar.gz
Bump to version 0.0.4
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e10a15c4f5a9..9f4fbc350bf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = torrents_dispatcher
pkgdesc = Dispatch your torrents between multiple torrent clients
- pkgver = 0.0.3
+ pkgver = 0.0.4
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.3.tar.gz
- sha256sums = d5ec105578610e98f0e8c5a175e7d9622146cbef66d67d61ace2804880353ab5
+ source = https://github.com/Anthony25/torrents_dispatcher/archive/0.0.4.tar.gz
+ sha256sums = e847cd517c6b1fc47d8d42b5bda1ee379e8eb079d5f363bcd9467a088fe40086
pkgname = torrents_dispatcher
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}