Date: Wednesday, October 20, 2021 @ 15:30:01
  Author: hashworks
Revision: 1031408

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-10-20 15:30:01 UTC (rev 1031407)
+++ PKGBUILD    2021-10-20 15:30:01 UTC (rev 1031408)
@@ -1,27 +0,0 @@
-# Maintainer: Justin Kromlinger <[email protected]>
-pkgname=zim-tools
-pkgver=2.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')
-url='https://github.com/openzim/zim-tools'
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('f579c8ccca555a8b25bac799efc361f18a2a9a5152af5fc84eb3dc90c5ed70a2')
-
-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 1031406, 
zim-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-10-20 15:30:01 UTC (rev 1031408)
@@ -0,0 +1,27 @@
+# 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
+}

Reply via email to