summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ruhier2016-11-07 00:43:54 +0100
committerAnthony Ruhier2016-11-07 00:43:54 +0100
commit793f5aa7b47e930321aa134b435ca3e9cc16dc13 (patch)
tree63d6d440a6570f2c2b3fb9bc65329856696fa635
parenta81831bc0effd9071207002b355ea272e99c3985 (diff)
downloadaur-793f5aa7b47e930321aa134b435ca3e9cc16dc13.tar.gz
New release
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2de58c60228f..796d334180bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = torrents_dispatcher
pkgdesc = Dispatch your torrents between multiple torrent clients
pkgver = 0.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Anthony25/torrents_dispatcher
arch = any
license = BSD
@@ -10,7 +10,7 @@ pkgbase = torrents_dispatcher
depends = python-bencodepy
depends = python-setuptools
source = https://github.com/Anthony25/torrents_dispatcher/archive/0.0.6.tar.gz
- sha256sums = ef43a1c9fde153c1fdd33bcd227baa479856ba8a5becd3708929510e0d24c9ee
+ sha256sums = fa2f0cb2c1b574edf8b461971e4dd576c89d76ca5343a15f924c21da39c64c95
pkgname = torrents_dispatcher
diff --git a/PKGBUILD b/PKGBUILD
index e7deb3444442..374e3fb703a9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=torrents_dispatcher
pkgver=0.0.6
-pkgrel=1
+pkgrel=2
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=('ef43a1c9fde153c1fdd33bcd227baa479856ba8a5becd3708929510e0d24c9ee')
+sha256sums=('fa2f0cb2c1b574edf8b461971e4dd576c89d76ca5343a15f924c21da39c64c95')
build() {
cd torrents_dispatcher-${pkgver}