Date: Friday, August 28, 2020 @ 11:33:48
  Author: hashworks
Revision: 690574

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-28 11:33:39 UTC (rev 690573)
+++ PKGBUILD    2020-08-28 11:33:48 UTC (rev 690574)
@@ -1,29 +0,0 @@
-# Maintainer: hashworks <[email protected]>
-pkgname=libzim
-pkgver=6.1.8
-pkgrel=2
-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=(1be605b1d22a0a7c225e80eab2cb1a249bf0f1b500ec8ed42e1091fc96c49fb3)
-
-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 690573, 
libzim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-08-28 11:33:48 UTC (rev 690574)
@@ -0,0 +1,29 @@
+# Maintainer: hashworks <[email protected]>
+pkgname=libzim
+pkgver=6.2.0
+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=(58ea026dd397027b66aa20db7b1070c349d58216e8eaf38d812d5b9b9c2d761f)
+
+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
+}

Reply via email to