summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Silva2018-10-07 17:57:40 +0200
committerPedro Silva2018-10-07 17:58:26 +0200
commit26846e44a333f03f120bb47041082510b334637e (patch)
tree8975855de454ddc42e3934a13e62009f8245c86c
parentf9c6f5944b7a7ecb1d82717d8d482274c4195f0c (diff)
downloadaur-26846e44a333f03f120bb47041082510b334637e.tar.gz
change architecture to x86_64
-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=()