summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-03-26 09:45:29 +0700
committerkhai96_2020-03-26 09:45:29 +0700
commit6414bb89e390ed6491f622a60c5a5f5919a95c18 (patch)
tree58225edc5a8171527929fc98ed65d806b77ce2de
parent6d616fa505525236a1662449448a52d0a7681797 (diff)
downloadaur-6414bb89e390ed6491f622a60c5a5f5919a95c18.tar.gz
Specify arch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea4d6d7ac1ad..005e15ab2da9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = pueue-bin-2
pkgver = 0.2.1
pkgrel = 0
url = https://github.com/nukesor/pueue
- arch = any
+ arch = x86_64
license = MIT
provides = pueue
conflicts = pueue-git
diff --git a/PKGBUILD b/PKGBUILD
index d7e03c017ca5..2fcf4a99db80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pueue-bin-2
pkgver='0.2.1'
pkgrel=0
-arch=('any')
+arch=('x86_64')
pkgdesc='A command scheduler for shells'
license=('MIT')
conflicts=('pueue-git' 'pueue' 'pueue-bin')