[arch-commits] Commit in zim-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

Justin Kromlinger hashworks at archlinux.org
Wed Nov 18 18:30:49 UTC 2020


    Date: Wednesday, November 18, 2020 @ 18:30:49
  Author: hashworks
Revision: 757153

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-18 18:30:44 UTC (rev 757152)
+++ PKGBUILD	2020-11-18 18:30:49 UTC (rev 757153)
@@ -1,27 +0,0 @@
-# Maintainer: hashworks <mail at hashworks.net>
-pkgname=zim-tools
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Various ZIM command line tools"
-license=('GPL3')
-arch=('x86_64')
-provides=('zimwriterfs')
-conflicts=('zimwriterfs')
-replaces=('zimwriterfs')
-depends=('libzim' 'docopt' 'gumbo-parser')
-makedepends=('meson')
-url='https://github.com/openzim/zim-tools'
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=(21584fbbef7dd8594a92e9baeebef8c263a189ec4aef46ef5b94eea31bbabace)
-
-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 757152, zim-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-18 18:30:49 UTC (rev 757153)
@@ -0,0 +1,27 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+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
+}



More information about the arch-commits mailing list