summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2020-10-28 00:32:35 +0200
committerMantas Mikulėnas2020-10-28 00:32:35 +0200
commit23808e61c927073f66b8ca12cdcc1f587c42d892 (patch)
treedadd253de8658f57c033dd99d28575ddcd91455a
parent19365f3bbd5ff17b1439373d2e88a7eab72de13b (diff)
downloadaur-cachefilesd.tar.gz
update arch list
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e37e0788cb82..2d29633717c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = cachefilesd
url = https://people.redhat.com/~dhowells/fscache/
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL
depends = glibc
backup = etc/cachefilesd.conf
diff --git a/PKGBUILD b/PKGBUILD
index 094452d1b774..b452634ea8d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=cachefilesd
pkgver=0.10.10
pkgrel=2
pkgdesc="Userspace daemon acting as a backend for FS-Cache"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://people.redhat.com/~dhowells/fscache/"
license=('GPL')
depends=('glibc')