summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2022-07-23 09:22:19 +0000
committerPellegrino Prevete2022-07-23 09:22:19 +0000
commit5244351243487e17056d57f2f9ec163199889e7d (patch)
treea15a2618c9f04bb7c3764aa85b5a17c1c02691cc
parent1864ccd330805e6a950721a070c072f1ef006a72 (diff)
downloadaur-5244351243487e17056d57f2f9ec163199889e7d.tar.gz
fix arch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e5ce487e968..816cc426d535 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,9 @@ pkgbase = pypropack
pkgver = 0.0.1
pkgrel = 1
url = https://github.com/jakevdp/pypropack
- arch = any
+ arch = x86_64
+ arch = i686
+ arch = pentium4
license = BSD
depends = python
source = git+https://github.com/jakevdp/pypropack
diff --git a/PKGBUILD b/PKGBUILD
index 66d36211237b..dac2909d6da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,9 @@ pkgrel=1
pkgdesc='A python wrapper for the PROPACK library '
url="https://github.com/jakevdp/pypropack"
license=('BSD')
-arch=('any')
+arch=('x86_64'
+ 'i686'
+ 'pentium4')
depends=('python')
makedepends=()
source=("git+$url")