[arch-commits] Commit in kiwix-lib/trunk (PKGBUILD)

Justin Kromlinger hashworks at gemini.archlinux.org
Sun Oct 31 09:30:55 UTC 2021


    Date: Sunday, October 31, 2021 @ 09:30:54
  Author: hashworks
Revision: 1035049

upgpkg: kiwix-lib 9.4.1-5: Use libzim6

Modified:
  kiwix-lib/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-31 09:27:42 UTC (rev 1035048)
+++ PKGBUILD	2021-10-31 09:30:54 UTC (rev 1035049)
@@ -1,18 +1,18 @@
 # Maintainer: Justin Kromlinger <hashworks at archlinux.org>
 pkgname=kiwix-lib
 pkgver=9.4.1
-pkgrel=3
+pkgrel=5
 pkgdesc="Library providing the Kiwix software core"
 license=('GPL3')
 arch=('x86_64')
-depends=('libzim>=6.3.0' 'pugixml' 'mustache' 'xapian-core' 'aria2' 'libmicrohttpd' 'python' 'curl')
+depends=('libzim6' 'pugixml' 'mustache' 'xapian-core' 'aria2' 'libmicrohttpd' 'python' 'curl')
 makedepends=('meson' 'gtest')
 url='https://github.com/kiwix/kiwix-lib'
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('f76bfa90411c52d4d8c49ac5767928fc28d01ef26916d72df4856cf08b064202')
+source=("libkiwix-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('58c5fe6742f7f14cdda6bcdca29b8960891a4e9094ec10a48e1aa9b0a8f03ee5')
 
 build() {
-	cd "${pkgname}-${pkgver}"
+	cd "libkiwix-${pkgver}"
 	# We want to ignore xapian ABI version mismatches
 	arch-meson build -Dwerror=false
 	ninja -C build
@@ -19,12 +19,12 @@
 }
 
 check() {
-	cd "${pkgname}-${pkgver}/build"
+	cd "libkiwix-${pkgver}/build"
 	ninja meson-test
 }
 
 package() {
-	install -Dm644 "${pkgname}-${pkgver}/COPYING" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-	cd "${pkgname}-${pkgver}/build"
+	install -Dm644 "libkiwix-${pkgver}/COPYING" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+	cd "libkiwix-${pkgver}/build"
 	DESTDIR="${pkgdir}" ninja install
 }



More information about the arch-commits mailing list