summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-09-12 12:29:17 -0400
committerAndrew Sun2019-09-12 12:29:17 -0400
commitd054af690c266a135b84901ef09f00846b5c67fa (patch)
tree3ae5600899e62a10508689703bff24091b1fe656
parent14b1029f0ef0c5eff7de585cb022d3a2fd6ccc8c (diff)
downloadaur-d054af690c266a135b84901ef09f00846b5c67fa.tar.gz
add 32-bit arch support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0a5601c45ab..d8ca52b9fa92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,10 @@ pkgbase = blogc
pkgver = 0.18.0
pkgrel = 1
url = https://blogc.rgm.io/
+ arch = i686
arch = x86_64
+ arch = pentium4
+ arch = i486
license = BSD
depends = glibc
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 0686f1c7f5fb..340db3507682 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=blogc
pkgver=0.18.0
pkgrel=1
pkgdesc="A blog compiler"
-arch=('x86_64')
+arch=('i686' 'x86_64' 'pentium4' 'i486')
url="https://blogc.rgm.io/"
license=('BSD')
depends=('glibc')