Date: Wednesday, November 18, 2020 @ 18:14:48
  Author: hashworks
Revision: 757151

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-11-18 18:14:43 UTC (rev 757150)
+++ PKGBUILD    2020-11-18 18:14:48 UTC (rev 757151)
@@ -1,30 +0,0 @@
-# Maintainer: hashworks <m...@hashworks.net>
-pkgname=kiwix-lib
-pkgver=9.4.0
-pkgrel=2
-pkgdesc="Library providing the Kiwix software core"
-license=('GPL3')
-arch=('armv7h' 'i686' 'x86_64')
-depends=('libzim' '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=('ccc883d06f111ebcb7f3530299798501b97400f319814871e17f73fa3e349766')
-
-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 757150, 
kiwix-lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-11-18 18:14:48 UTC (rev 757151)
@@ -0,0 +1,30 @@
+# Maintainer: Justin Kromlinger <hashwo...@archlinux.org>
+pkgname=kiwix-lib
+pkgver=9.4.1
+pkgrel=1
+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
+}

Reply via email to