summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2476c98131bf..03defac1fe7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
pkgbase = pops-usb-setup
pkgdesc = Setup a USB drive for the POPS emulator
pkgver = 0.0.1
- pkgrel = 4
+ pkgrel = 5
url = https://gitlab.com/tallero/pops-usb-setup
- arch = any
+ arch = x86_64
+ arch = i686
+ arch = pentium4
license = AGPL3
makedepends = git
makedepends = p7zip
diff --git a/PKGBUILD b/PKGBUILD
index 51a8e13068fe..152fd7e903bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,9 @@ _popstarter_smb="https://bitbucket.org/ShaolinAssassin/popstarter-documentation-
pkgname=pops-usb-setup
pkgver=0.0.1
-pkgrel=4
+pkgrel=5
pkgdesc="Setup a USB drive for the POPS emulator"
-arch=('any')
+arch=('x86_64' 'i686' 'pentium4')
url="https://gitlab.com/tallero/pops-usb-setup"
license=('AGPL3')
depends=('python')