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

Justin Kromlinger hashworks at gemini.archlinux.org
Mon Aug 15 19:47:21 UTC 2022


    Date: Monday, August 15, 2022 @ 19:47:21
  Author: hashworks
Revision: 1266213

archrelease: copy trunk to community-x86_64

Added:
  zim-tools/repos/community-x86_64/PKGBUILD
    (from rev 1266212, 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-08-15 19:47:18 UTC (rev 1266212)
+++ PKGBUILD	2022-08-15 19:47:21 UTC (rev 1266213)
@@ -1,27 +0,0 @@
-# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
-pkgname=zim-tools
-pkgver=3.1.1
-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=('980352ded328cadb41fce43706b679065b4933169d3909e82ea52b07e2cc18d5')
-
-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 1266212, zim-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-15 19:47:21 UTC (rev 1266213)
@@ -0,0 +1,27 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+pkgname=zim-tools
+pkgver=3.1.1
+pkgrel=2
+pkgdesc="Various ZIM command line tools"
+license=('GPL3')
+arch=('x86_64')
+provides=('zimwriterfs')
+conflicts=('zimwriterfs')
+replaces=('zimwriterfs')
+depends=('file' 'libzim>=8.0.0' 'docopt' 'gumbo-parser')
+makedepends=('meson' 'mustache')
+url='https://github.com/openzim/zim-tools'
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('980352ded328cadb41fce43706b679065b4933169d3909e82ea52b07e2cc18d5')
+
+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