Date: Monday, April 17, 2023 @ 13:37:41
  Author: hashworks
Revision: 1446812

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-17 13:37:36 UTC (rev 1446811)
+++ PKGBUILD    2023-04-17 13:37:41 UTC (rev 1446812)
@@ -1,29 +0,0 @@
-# Maintainer: Justin Kromlinger <[email protected]>
-pkgname=kiwix-tools
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="kiwix command line tools"
-license=('GPL3')
-arch=('armv7h' 'i686' 'x86_64')
-depends=('libkiwix')
-makedepends=('meson')
-url='https://github.com/kiwix/kiwix-tools'
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('e44d2b07bff5093784f12547ae1f32b2ceb9da49b10a48c7378bd2e1f7c13507')
-
-build() {
-       cd "${pkgname}-${pkgver}"
-       arch-meson build
-       ninja -C build
-}
-
-check() {
-       cd "${pkgname}-${pkgver}/build"
-       meson test
-}
-
-package() {
-       install -Dm644 "${pkgname}-${pkgver}/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-       cd "${pkgname}-${pkgver}/build"
-       DESTDIR="${pkgdir}" ninja install
-}

Copied: kiwix-tools/repos/community-x86_64/PKGBUILD (from rev 1446811, 
kiwix-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-17 13:37:41 UTC (rev 1446812)
@@ -0,0 +1,29 @@
+# Maintainer: Justin Kromlinger <[email protected]>
+pkgname=kiwix-tools
+pkgver=3.4.0
+pkgrel=2
+pkgdesc="kiwix command line tools"
+license=('GPL3')
+arch=('armv7h' 'i686' 'x86_64')
+depends=('libkiwix')
+makedepends=('meson')
+url='https://github.com/kiwix/kiwix-tools'
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('e44d2b07bff5093784f12547ae1f32b2ceb9da49b10a48c7378bd2e1f7c13507')
+
+build() {
+       cd "${pkgname}-${pkgver}"
+       arch-meson build
+       ninja -C build
+}
+
+check() {
+       cd "${pkgname}-${pkgver}/build"
+       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