makedeb


pirate-get 0.4.2-7


A command line interface for the Pirate Bay

Click here to go back to the commit logs for pirate-get.

Commit:


Hash: 7647245b0275b296eea5b92b77c0a89e2ca5d189

Message: Version 0.4.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 9307051..44445f8 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 04de2df..a5095b3 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}"