[arch-commits] Commit in libzim/repos/community-x86_64 (PKGBUILD PKGBUILD)
Justin Kromlinger
hashworks at archlinux.org
Sat Jun 12 14:29:20 UTC 2021
Date: Saturday, June 12, 2021 @ 14:29:20
Author: hashworks
Revision: 963166
archrelease: copy trunk to community-x86_64
Added:
libzim/repos/community-x86_64/PKGBUILD
(from rev 963165, libzim/trunk/PKGBUILD)
Deleted:
libzim/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-12 14:29:17 UTC (rev 963165)
+++ PKGBUILD 2021-06-12 14:29:20 UTC (rev 963166)
@@ -1,29 +0,0 @@
-# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
-pkgname=libzim
-pkgver=6.3.0
-pkgrel=3
-pkgdesc="Reference implementation of the ZIM specification by the openZIM project"
-license=('GPL2')
-arch=('x86_64')
-depends=('xapian-core' 'zlib' 'xz' 'icu' 'zstd')
-makedepends=('meson' 'gtest' 'cython' 'python-pytest')
-url='https://github.com/openzim/libzim'
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('984d2f3881c507c9f0212dc2bc1b808d25cdeef6a62043f9211fcb78a231a986')
-
-build() {
- cd "${pkgname}-${pkgver}"
- arch-meson build
- ninja -C build
-}
-
-check() {
- cd "${pkgname}-${pkgver}/build"
- SKIP_BIG_MEMORY_TEST=1 ninja meson-test
-}
-
-package() {
- install -Dm644 "${pkgname}-${pkgver}/COPYING" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
- cd "${pkgname}-${pkgver}/build"
- DESTDIR="${pkgdir}" ninja install
-}
Copied: libzim/repos/community-x86_64/PKGBUILD (from rev 963165, libzim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-12 14:29:20 UTC (rev 963166)
@@ -0,0 +1,29 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+pkgname=libzim
+pkgver=6.3.2
+pkgrel=1
+pkgdesc="Reference implementation of the ZIM specification by the openZIM project"
+license=('GPL2')
+arch=('x86_64')
+depends=('xapian-core' 'zlib' 'xz' 'icu' 'zstd')
+makedepends=('meson' 'gtest' 'cython' 'python-pytest')
+url='https://github.com/openzim/libzim'
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('648fb5af65dd28a6b221b9294217939bf5abf929d706e7323ebb4196849a923c')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ arch-meson build
+ ninja -C build
+}
+
+check() {
+ cd "${pkgname}-${pkgver}/build"
+ SKIP_BIG_MEMORY_TEST=1 ninja meson-test
+}
+
+package() {
+ install -Dm644 "${pkgname}-${pkgver}/COPYING" "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ cd "${pkgname}-${pkgver}/build"
+ DESTDIR="${pkgdir}" ninja install
+}
More information about the arch-commits
mailing list