summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2020-06-08 18:14:52 +0200
committerhashworks2020-06-08 18:14:52 +0200
commitd18ac50658e38c8c4480231a028166ec442e4223 (patch)
treec1ebf39c16251eae8ec1e62abb3a1560022ef793
parent9b6d5ad94d15f6f904cb21f619a3ba702ef354af (diff)
downloadaur-d18ac50658e38c8c4480231a028166ec442e4223.tar.gz
Set arch 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 b9a43ea679ba..4f4fc6f087ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = zimwriterfs
pkgver = 1.3.10
pkgrel = 3
url = https://github.com/openzim/zimwriterfs
- arch = any
+ arch = x86_64
license = GPL3
makedepends = meson
depends = libzim>=6.0.1
diff --git a/PKGBUILD b/PKGBUILD
index 07ed5c2b9bf4..be1b85bb76ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1.3.10
pkgrel=3
pkgdesc="A tool for creating ZIM files based on contents on a local filesystem"
license=('GPL3')
-arch=('any')
+arch=('x86_64')
depends=('libzim>=6.0.1' 'gumbo-git' 'xapian-core')
makedepends=('meson')
url='https://github.com/openzim/zimwriterfs'