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: 89b4339cb40e579bf2843c5b1ad5411f5e759667

Message: minor, fix arch

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 86924e0..9901cfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,10 +2,10 @@ generated-by = makedeb
 pkgname = pirate-get
 pkgbase = pirate-get
 pkgdesc = A command line interface for the Pirate Bay
-pkgrel = 1
+pkgrel = 2
 pkgver = 0.4.2
 url = https://github.com/vikstrous/pirate-get/
-arch = any
+arch = all
 depends = python3-setuptools
 depends = python3-veryprettytable
 depends = python3-bs4
diff --git a/PKGBUILD b/PKGBUILD
index e977bc8..bc91119 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
 
 pkgname=pirate-get
 pkgver=0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A command line interface for the Pirate Bay'
-arch=('any')
+arch=('all')
 url='https://github.com/vikstrous/pirate-get/'
 license=('AGPL')
 depends=('python3-setuptools' 'python3-veryprettytable' 'python3-bs4' 'python3-termcolor' 'python3-colorama' 'python3-pyperclip')