summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-02-04 11:30:33 +0100
committerMarcin Wieczorek2018-02-04 11:30:33 +0100
commit4880a88c766285cade625aef401841753a332df8 (patch)
tree0d5d1a342a73abf280f6f4cc790fbc8ca90358fb
parent7b07d768bde1e88fd1341c37c0114ba4b9e304e7 (diff)
downloadaur-4880a88c766285cade625aef401841753a332df8.tar.gz
Version 0.2.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1cf90d47132..dfa886ec2273 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pirate-get
pkgdesc = A command line interface for the Pirate Bay
- pkgver = 0.2.11
+ pkgver = 0.2.12
pkgrel = 1
url = https://github.com/vikstrous/pirate-get/
arch = any
@@ -10,8 +10,8 @@ pkgbase = pirate-get
depends = python-beautifulsoup4
depends = python-termcolor
depends = python-colorama
- source = pirate-get-0.2.11.tar.gz::https://github.com/vikstrous/pirate-get/archive/v0.2.11.tar.gz
- sha256sums = b568e94f463e99e0f9b6751c67090a63ed00c2b340be9100ff7105cb5a42f429
+ source = pirate-get-0.2.12.tar.gz::https://github.com/vikstrous/pirate-get/archive/v0.2.12.tar.gz
+ sha256sums = 1040ee051710b3d6ab8c59f5c6ffec24f003fd590a6f88373598bd09242a9063
pkgname = pirate-get
diff --git a/PKGBUILD b/PKGBUILD
index d8b13ee2e724..e9373d38681e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Wilson Birney <wpbirney@gmail.com>
pkgname=pirate-get
-pkgver=0.2.11
+pkgver=0.2.12
pkgrel=1
pkgdesc='A command line interface for the Pirate Bay'
arch=('any')
@@ -11,7 +11,7 @@ url='https://github.com/vikstrous/pirate-get/'
license=('AGPL')
depends=('python-setuptools' 'python-veryprettytable' 'python-beautifulsoup4' 'python-termcolor' 'python-colorama')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vikstrous/pirate-get/archive/v${pkgver}.tar.gz")
-sha256sums=('b568e94f463e99e0f9b6751c67090a63ed00c2b340be9100ff7105cb5a42f429')
+sha256sums=('1040ee051710b3d6ab8c59f5c6ffec24f003fd590a6f88373598bd09242a9063')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"