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