summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2016-11-07 00:15:32 +0100
committerAnthony Ruhier2016-11-07 00:15:32 +0100
commit64285edcf6e4bf4748ab397cf981f349c2a0c424 (patch)
treed9ac5c528b71f51039492375123ee5de9f25087a
parent19acf186df8238bd95f8d10319f7e9795cf3c066 (diff)
downloadaur-64285edcf6e4bf4748ab397cf981f349c2a0c424.tar.gz
Bump to version 0.0.5
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f4fbc350bf9..992bb5b5b9f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = torrents_dispatcher
pkgdesc = Dispatch your torrents between multiple torrent clients
- pkgver = 0.0.4
+ pkgver = 0.0.5
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.4.tar.gz
- sha256sums = e847cd517c6b1fc47d8d42b5bda1ee379e8eb079d5f363bcd9467a088fe40086
+ source = https://github.com/Anthony25/torrents_dispatcher/archive/0.0.5.tar.gz
+ sha256sums = cd9b9833b7822ac3eea469821a8a41d4ebf3ae89404e3b0c4a9d6890d4ebbede
pkgname = torrents_dispatcher
diff --git a/PKGBUILD b/PKGBUILD
index 5dfd65906549..7fc71e41f265 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Anthony Ruhier <anthony.ruhier@gmail.com>
pkgname=torrents_dispatcher
-pkgver=0.0.4
+pkgver=0.0.5
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=('e847cd517c6b1fc47d8d42b5bda1ee379e8eb079d5f363bcd9467a088fe40086')
+sha256sums=('cd9b9833b7822ac3eea469821a8a41d4ebf3ae89404e3b0c4a9d6890d4ebbede')
build() {
cd torrents_dispatcher-${pkgver}