Date: Sunday, October 31, 2021 @ 09:30:58
  Author: hashworks
Revision: 1035050

archrelease: copy trunk to community-x86_64

Added:
  kiwix-lib/repos/community-x86_64/PKGBUILD
    (from rev 1035049, kiwix-lib/trunk/PKGBUILD)
Deleted:
  kiwix-lib/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-10-31 09:30:54 UTC (rev 1035049)
+++ PKGBUILD    2021-10-31 09:30:58 UTC (rev 1035050)
@@ -1,30 +0,0 @@
-# Maintainer: Justin Kromlinger <[email protected]>
-pkgname=kiwix-lib
-pkgver=9.4.1
-pkgrel=3
-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')
-makedepends=('meson' 'gtest')
-url='https://github.com/kiwix/kiwix-lib'
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('f76bfa90411c52d4d8c49ac5767928fc28d01ef26916d72df4856cf08b064202')
-
-build() {
-       cd "${pkgname}-${pkgver}"
-       # We want to ignore xapian ABI version mismatches
-       arch-meson build -Dwerror=false
-       ninja -C build
-}
-
-check() {
-       cd "${pkgname}-${pkgver}/build"
-       ninja meson-test
-}
-
-package() {
-       install -Dm644 "${pkgname}-${pkgver}/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-       cd "${pkgname}-${pkgver}/build"
-       DESTDIR="${pkgdir}" ninja install
-}

Copied: kiwix-lib/repos/community-x86_64/PKGBUILD (from rev 1035049, 
kiwix-lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-10-31 09:30:58 UTC (rev 1035050)
@@ -0,0 +1,30 @@
+# Maintainer: Justin Kromlinger <[email protected]>
+pkgname=kiwix-lib
+pkgver=9.4.1
+pkgrel=5
+pkgdesc="Library providing the Kiwix software core"
+license=('GPL3')
+arch=('x86_64')
+depends=('libzim6' 'pugixml' 'mustache' 'xapian-core' 'aria2' 'libmicrohttpd' 
'python' 'curl')
+makedepends=('meson' 'gtest')
+url='https://github.com/kiwix/kiwix-lib'
+source=("libkiwix-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('58c5fe6742f7f14cdda6bcdca29b8960891a4e9094ec10a48e1aa9b0a8f03ee5')
+
+build() {
+       cd "libkiwix-${pkgver}"
+       # We want to ignore xapian ABI version mismatches
+       arch-meson build -Dwerror=false
+       ninja -C build
+}
+
+check() {
+       cd "libkiwix-${pkgver}/build"
+       ninja meson-test
+}
+
+package() {
+       install -Dm644 "libkiwix-${pkgver}/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+       cd "libkiwix-${pkgver}/build"
+       DESTDIR="${pkgdir}" ninja install
+}

Reply via email to