Date: Sunday, January 23, 2022 @ 17:25:29
  Author: hashworks
Revision: 1113752

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-23 17:25:26 UTC (rev 1113751)
+++ PKGBUILD    2022-01-23 17:25:29 UTC (rev 1113752)
@@ -1,27 +0,0 @@
-# Maintainer: Justin Kromlinger <[email protected]>
-pkgname=zim-tools
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Various ZIM command line tools"
-license=('GPL3')
-arch=('x86_64')
-provides=('zimwriterfs')
-conflicts=('zimwriterfs')
-replaces=('zimwriterfs')
-depends=('file' 'libzim' 'docopt' 'gumbo-parser')
-makedepends=('meson' 'mustache')
-url='https://github.com/openzim/zim-tools'
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('27d2e4dfda86b887fea459b15320f6c1f824c819b3d0b7633bbff581777e952c')
-
-build() {
-       cd "${pkgname}-${pkgver}"
-       arch-meson build
-       ninja -C build
-}
-
-package() {
-       install -Dm644 "${pkgname}-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-       cd "${pkgname}-${pkgver}/build"
-       DESTDIR="${pkgdir}" ninja install
-}

Copied: zim-tools/repos/community-x86_64/PKGBUILD (from rev 1113751, 
zim-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-01-23 17:25:29 UTC (rev 1113752)
@@ -0,0 +1,27 @@
+# Maintainer: Justin Kromlinger <[email protected]>
+pkgname=zim-tools
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Various ZIM command line tools"
+license=('GPL3')
+arch=('x86_64')
+provides=('zimwriterfs')
+conflicts=('zimwriterfs')
+replaces=('zimwriterfs')
+depends=('file' 'libzim' 'docopt' 'gumbo-parser')
+makedepends=('meson' 'mustache')
+url='https://github.com/openzim/zim-tools'
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('b910e601bcb15f8252b777b144355a2fbf09f3194da48638791c16ea84573268')
+
+build() {
+       cd "${pkgname}-${pkgver}"
+       arch-meson build
+       ninja -C build
+}
+
+package() {
+       install -Dm644 "${pkgname}-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+       cd "${pkgname}-${pkgver}/build"
+       DESTDIR="${pkgdir}" ninja install
+}

Reply via email to