summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93070514d6fe..44445f8894b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pirate-get
pkgdesc = A command line interface for the Pirate Bay
- pkgver = 0.4.0
+ pkgver = 0.4.2
pkgrel = 1
url = https://github.com/vikstrous/pirate-get/
arch = any
@@ -11,8 +11,7 @@ pkgbase = pirate-get
depends = python-termcolor
depends = python-colorama
depends = python-pyperclip
- source = pirate-get-0.4.0.tar.gz::https://github.com/vikstrous/pirate-get/archive/v0.4.0.tar.gz
- sha256sums = 0d572b69cf0d895327074c0626a984c33de2f77879ad6e85ae06eb15af9169bf
+ source = pirate-get-0.4.2.tar.gz::https://github.com/vikstrous/pirate-get/archive/0.4.2.tar.gz
+ sha256sums = 6ea9fac2505ea02bf4914c83975f1a9f341e1a4ed16282a86250ceddfbd475ef
pkgname = pirate-get
-
diff --git a/PKGBUILD b/PKGBUILD
index 04de2df8bc94..a5095b36afad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Wilson Birney <wpbirney@gmail.com>
pkgname=pirate-get
-pkgver=0.4.0
+pkgver=0.4.2
pkgrel=1
pkgdesc='A command line interface for the Pirate Bay'
arch=('any')
url='https://github.com/vikstrous/pirate-get/'
license=('AGPL')
depends=('python-setuptools' 'python-veryprettytable' 'python-beautifulsoup4' 'python-termcolor' 'python-colorama' 'python-pyperclip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vikstrous/pirate-get/archive/v${pkgver}.tar.gz")
-sha256sums=('0d572b69cf0d895327074c0626a984c33de2f77879ad6e85ae06eb15af9169bf')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vikstrous/pirate-get/archive/${pkgver}.tar.gz")
+sha256sums=('6ea9fac2505ea02bf4914c83975f1a9f341e1a4ed16282a86250ceddfbd475ef')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"