summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSchwonder Reismus2019-06-01 19:05:39 +0300
committerSchwonder Reismus2019-06-01 19:05:39 +0300
commit54b4186d76a7df3ec05fad22397a0ed82b441155 (patch)
tree4ff04a84fd1548be9d670a29c59b50321265d8a8 /PKGBUILD
parentf741531898fc4fcd6cb262ba1a5521c447b097e1 (diff)
downloadaur-54b4186d76a7df3ec05fad22397a0ed82b441155.tar.gz
Architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e86afccef645..10e1e8dc7a7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@ pkgname=foliate
pkgver=1.0.1
pkgrel=1
pkgdesc="A simple and modern GTK eBook reader"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://johnfactotum.github.io/foliate/"
license=('GPL-3.0')
depends=('gjs' 'webkit2gtk' 'libsoup')
makedepends=('meson' 'ninja')
source=(https://github.com/johnfactotum/${pkgname}/archive/${pkgver}.tar.gz)
+provides=("$pkgname")
conflicts=("$pkgname-git")
md5sums=('5c4079995e3e953e2c10665ab6f1d705')