diff options
-rw-r--r-- | pcr/libzim/PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/pcr/libzim/PKGBUILD b/pcr/libzim/PKGBUILD index 42c6388ee..23af0becd 100644 --- a/pcr/libzim/PKGBUILD +++ b/pcr/libzim/PKGBUILD @@ -1,6 +1,11 @@ # Maintainer (AUR): hashworks <mail@hashworks.net> + +# parabola changes and rationale: +# - Added armv7h and i686 support +# - Fixed architecture + pkgname=libzim -pkgver=4.0.7 +pkgver=5.0.0 pkgrel=1 pkgdesc="Reference implementation of the ZIM specification by the openZIM project" license=('GPL2') @@ -10,7 +15,7 @@ depends=('xapian-core' 'zlib' 'xz' 'icu') makedepends=('meson' 'gtest') url='https://github.com/openzim/libzim' source=("https://github.com/openzim/libzim/archive/${pkgver}.tar.gz") -sha256sums=(ede654ffe4ec63aaeb9404010d72e3e6afe6b1dbf34bb0c706a67e094eba4438) +sha256sums=(dbec0a36155315037a6496a9be5c7ede17171fcde47063c97ce937057b437fdb) build() { cd "${pkgname}-${pkgver}" |