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: 1ef462c90b367274bea090f31fa7c9a7af6dd7c4

Message: Improvements

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 7c0bac4..60c0970 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = pirate-get
 	optdepends = python-colorama: for colored output
 	provides = pirate-get
 	conflicts = pirate-get-git
-	source = https://github.com/vikstrous/pirate-get/archive/v0.2.10.tar.gz
+	source = pirate-get-0.2.10.tar.gz::https://github.com/vikstrous/pirate-get/archive/v0.2.10.tar.gz
 	sha256sums = d7b76bba4d34c0366c05773a2548367061bd9371fa8713f2ac2b39d347872c81
 
 pkgname = pirate-get
diff --git a/PKGBUILD b/PKGBUILD
index ec3f641..21805bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('python' 'python-setuptools')
 optdepends=('python-colorama: for colored output')
 provides=("pirate-get")
 conflicts=("pirate-get-git")
-source=('https://github.com/vikstrous/pirate-get/archive/v'${pkgver}'.tar.gz')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vikstrous/pirate-get/archive/v${pkgver}.tar.gz")
 sha256sums=('d7b76bba4d34c0366c05773a2548367061bd9371fa8713f2ac2b39d347872c81')
 
 build() {