Date: Thursday, June 16, 2022 @ 14:06:21
  Author: hashworks
Revision: 1238110

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-06-16 14:06:19 UTC (rev 1238109)
+++ PKGBUILD    2022-06-16 14:06:21 UTC (rev 1238110)
@@ -1,33 +0,0 @@
-# Maintainer: Justin Kromlinger <[email protected]>
-pkgname=libzim
-pkgver=7.2.1
-_testing_suite_commit=31ffbefd6699384d80e1f584b69b4321c843bc0c # v0.4
-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' 'git')
-url='https://github.com/openzim/libzim'
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-        
"git+https://github.com/openzim/zim-testing-suite#commit=${_testing_suite_commit}";)
-sha256sums=('d3da618b30d8b9db3ddf2f4dc331a120a3c339f3d6cd3afb15dc26b043678d2a'
-            'SKIP')
-
-build() {
-       cd "${pkgname}-${pkgver}"
-       arch-meson build \
-               -Dtest_data_dir="${srcdir}/zim-testing-suite/data"
-       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 1238109, 
libzim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-06-16 14:06:21 UTC (rev 1238110)
@@ -0,0 +1,33 @@
+# Maintainer: Justin Kromlinger <[email protected]>
+pkgname=libzim
+pkgver=7.2.2
+_testing_suite_commit=31ffbefd6699384d80e1f584b69b4321c843bc0c # v0.4
+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' 'git')
+url='https://github.com/openzim/libzim'
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
+        
"git+https://github.com/openzim/zim-testing-suite#commit=${_testing_suite_commit}";)
+sha256sums=('42f7f19ca50b2185fe91ea91bd676976b7e282ca31c1a70f409d2689788ee59b'
+            'SKIP')
+
+build() {
+       cd "${pkgname}-${pkgver}"
+       arch-meson build \
+               -Dtest_data_dir="${srcdir}/zim-testing-suite/data"
+       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