[arch-commits] Commit in libzim/repos/community-x86_64 (PKGBUILD PKGBUILD)

Justin Kromlinger hashworks at archlinux.org
Wed Sep 2 16:29:04 UTC 2020


    Date: Wednesday, September 2, 2020 @ 16:29:04
  Author: hashworks
Revision: 696543

archrelease: copy trunk to community-x86_64

Added:
  libzim/repos/community-x86_64/PKGBUILD
    (from rev 696542, libzim/trunk/PKGBUILD)
Deleted:
  libzim/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-02 16:28:56 UTC (rev 696542)
+++ PKGBUILD	2020-09-02 16:29:04 UTC (rev 696543)
@@ -1,29 +0,0 @@
-# Maintainer: hashworks <mail at hashworks.net>
-pkgname=libzim
-pkgver=6.2.1
-pkgrel=1
-pkgdesc="Reference implementation of the ZIM specification by the openZIM project"
-license=('GPL2')
-arch=('armv7h' 'i686' '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=('20fa806d30fe3b3b353387f93dcac2bf8dbc08120f78ac0fad9bc3e4fd822984')
-
-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 696542, libzim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-02 16:29:04 UTC (rev 696543)
@@ -0,0 +1,29 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+pkgname=libzim
+pkgver=6.2.2
+pkgrel=1
+pkgdesc="Reference implementation of the ZIM specification by the openZIM project"
+license=('GPL2')
+arch=('armv7h' 'i686' '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=('6619035d35c9ba057c80be5758fa86922802c74aca40e5fffd40b77f0f263af2')
+
+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