makedeb
A command line interface for the Pirate Bay
Click here to go back to the commit logs for pirate-get.
Hash: 5928cac53e77fed45b5d0e5bf3d1acf0c359c101
Message: fix installation path
diff --git a/.SRCINFO b/.SRCINFO
index 7cab9a6..86924e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
pkgname = pirate-get
pkgbase = pirate-get
pkgdesc = A command line interface for the Pirate Bay
-pkgrel = 0
+pkgrel = 1
pkgver = 0.4.2
url = https://github.com/vikstrous/pirate-get/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index a5dfaa8..e977bc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=pirate-get
pkgver=0.4.2
-pkgrel=0
+pkgrel=1
pkgdesc='A command line interface for the Pirate Bay'
arch=('any')
url='https://github.com/vikstrous/pirate-get/'
@@ -21,5 +21,5 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- python3 setup.py install --root "${pkgdir}"
+ python3 setup.py install --root "${pkgdir}" --install-layout deb
}