summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')