diff options
Diffstat (limited to 'pcr/kiwix-lib/PKGBUILD')
-rw-r--r-- | pcr/kiwix-lib/PKGBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/pcr/kiwix-lib/PKGBUILD b/pcr/kiwix-lib/PKGBUILD index 2e16a9325..20012249a 100644 --- a/pcr/kiwix-lib/PKGBUILD +++ b/pcr/kiwix-lib/PKGBUILD @@ -1,21 +1,19 @@ # Maintainer (AUR): hashworks <mail@hashworks.net> # parabola changes and rationale: -# - Added armv7h and i686 support -# - Fixed architecture -# - Added gtest dependency +# - No changes pkgname=kiwix-lib -pkgver=5.1.0 -pkgrel=2 +pkgver=8.2.2 +pkgrel=1 pkgdesc="Library providing the Kiwix software core" license=('GPL3') arch=('armv7h' 'i686' 'x86_64') -depends=('libzim>=5.0.0' 'pugixml' 'mustache' 'xapian-core' 'aria2') +depends=('libzim' 'pugixml' 'mustache=3.2.1' 'xapian-core' 'aria2' 'libmicrohttpd') makedepends=('meson' 'gtest') url='https://github.com/kiwix/kiwix-lib' source=("https://github.com/kiwix/kiwix-lib/archive/${pkgver}.tar.gz") -sha256sums=(573e1176e351fedc8b49c7746aef10746bf13c9f5a1df18186e0e6589215c546) +sha256sums=(dc8d454d79b175c0b9f3c4d268db17da8e80fcd8df3987af0f58cb399bd5da61) build() { cd "${pkgname}-${pkgver}" |