summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2020-04-10 19:14:09 +0200
committerMarcin Wieczorek2020-04-10 19:14:09 +0200
commitfedcbff9dea944501be884fd00e8bfa1695f55e4 (patch)
tree4024de3bb401270f6dd8bfc90fa8d16704dc29a0
parent4880a88c766285cade625aef401841753a332df8 (diff)
downloadaur-fedcbff9dea944501be884fd00e8bfa1695f55e4.tar.gz
Version 0.3.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfa886ec2273..7a59ec8826fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pirate-get
pkgdesc = A command line interface for the Pirate Bay
- pkgver = 0.2.12
+ pkgver = 0.3.5
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.12.tar.gz::https://github.com/vikstrous/pirate-get/archive/v0.2.12.tar.gz
- sha256sums = 1040ee051710b3d6ab8c59f5c6ffec24f003fd590a6f88373598bd09242a9063
+ source = pirate-get-0.3.5.tar.gz::https://github.com/vikstrous/pirate-get/archive/v0.3.5.tar.gz
+ sha256sums = 8b053aab32dad8f985e9fb7f36c39254373a51cebcdbcfca4c69e0de127f4807
pkgname = pirate-get
diff --git a/PKGBUILD b/PKGBUILD
index e9373d38681e..90a1b0023c42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Wilson Birney <wpbirney@gmail.com>
pkgname=pirate-get
-pkgver=0.2.12
+pkgver=0.3.5
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=('1040ee051710b3d6ab8c59f5c6ffec24f003fd590a6f88373598bd09242a9063')
+sha256sums=('8b053aab32dad8f985e9fb7f36c39254373a51cebcdbcfca4c69e0de127f4807')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"