summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05c8df833458..aa49ca920777 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = blogc
pkgver = 0.13.4
pkgrel = 1
url = http://blogc.org
- arch = any
+ arch = x86_64
license = BSD 3 clause license
options = !emptydirs
source = https://github.com/blogc/blogc/releases/download/v0.13.4/blogc-0.13.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b04de809429e..9ccefc063057 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=blogc
pkgver=0.13.4
pkgrel=1
pkgdesc="blogc is a blog compiler. It converts source files and templates into blog/website resources"
-arch=('any')
+arch=('x86_64')
url="http://blogc.org"
license=('BSD 3 clause license')
depends=()