summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPedro Silva2018-10-07 17:57:40 +0200
committerPedro Silva2018-10-07 17:58:26 +0200
commit26846e44a333f03f120bb47041082510b334637e (patch)
tree8975855de454ddc42e3934a13e62009f8245c86c /PKGBUILD
parentf9c6f5944b7a7ecb1d82717d8d482274c4195f0c (diff)
downloadaur-26846e44a333f03f120bb47041082510b334637e.tar.gz
change architecture to x86_64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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=()