summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchwonder Reismus2019-06-01 19:05:39 +0300
committerSchwonder Reismus2019-06-01 19:05:39 +0300
commit54b4186d76a7df3ec05fad22397a0ed82b441155 (patch)
tree4ff04a84fd1548be9d670a29c59b50321265d8a8
parentf741531898fc4fcd6cb262ba1a5521c447b097e1 (diff)
downloadaur-54b4186d76a7df3ec05fad22397a0ed82b441155.tar.gz
Architectures
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25a9f4f3fb50..676de4f9af01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,12 +5,16 @@ pkgbase = foliate
url = https://johnfactotum.github.io/foliate/
arch = i686
arch = x86_64
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL-3.0
makedepends = meson
makedepends = ninja
depends = gjs
depends = webkit2gtk
depends = libsoup
+ provides = foliate
conflicts = foliate-git
source = https://github.com/johnfactotum/foliate/archive/1.0.1.tar.gz
md5sums = 5c4079995e3e953e2c10665ab6f1d705
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')