[arch-commits] Commit in zathura-cb/repos/community-x86_64 (PKGBUILD PKGBUILD)

Johannes Löthberg demize at gemini.archlinux.org
Tue Aug 30 18:39:19 UTC 2022


    Date: Tuesday, August 30, 2022 @ 18:39:19
  Author: demize
Revision: 1288930

archrelease: copy trunk to community-x86_64

Added:
  zathura-cb/repos/community-x86_64/PKGBUILD
    (from rev 1288929, zathura-cb/trunk/PKGBUILD)
Deleted:
  zathura-cb/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 18:39:16 UTC (rev 1288929)
+++ PKGBUILD	2022-08-30 18:39:19 UTC (rev 1288930)
@@ -1,33 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Lex Black <autumn-wind at web dot de>
-
-pkgname=zathura-cb
-pkgver=0.1.9
-pkgrel=1
-
-pkgdesc="Adds comic book support to zathura"
-url="https://git.pwmt.org/pwmt/zathura-cb"
-arch=('x86_64')
-license=('custom:zlib')
-
-depends=('zathura' 'libarchive' 'desktop-file-utils')
-makedepends=('meson' 'ninja')
-
-source=(zathura-cb-$pkgver.tar.gz::https://github.com/pwmt/zathura-cb/archive/$pkgver.tar.gz)
-
-sha512sums=('0ac5d614dcfebf3a0d2e0096c4f4ae02e0d1f879508aeba416d367c415be450f07b410effbd9de2c818b02de741d3001f15541e17a1a66a971ce4de779cfb75f')
-
-build() {
-  cd zathura-cb-$pkgver
-  arch-meson build
-
-  cd build
-  ninja
-}
-
-package() {
-  cd zathura-cb-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-  install -Dm664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-cb/repos/community-x86_64/PKGBUILD (from rev 1288929, zathura-cb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-30 18:39:19 UTC (rev 1288930)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Lex Black <autumn-wind at web dot de>
+
+pkgname=zathura-cb
+pkgver=0.1.10
+pkgrel=1
+
+pkgdesc="Adds comic book support to zathura"
+url="https://git.pwmt.org/pwmt/zathura-cb"
+arch=('x86_64')
+license=('custom:zlib')
+
+depends=('zathura' 'libarchive' 'desktop-file-utils')
+makedepends=('meson' 'ninja')
+
+source=(zathura-cb-$pkgver.tar.gz::https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.xz)
+
+sha256sums=('89b0ca17a80cba1ea9fd1b3b72f3a7173f0aad3a06a8c364d865c4999c18bbc8')
+
+build() {
+  cd zathura-cb-$pkgver
+  arch-meson build
+
+  cd build
+  ninja
+}
+
+package() {
+  cd zathura-cb-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+  install -Dm664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list