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

Felix Yan felixonmars at archlinux.org
Mon May 25 15:42:41 UTC 2020


    Date: Monday, May 25, 2020 @ 15:42:40
  Author: felixonmars
Revision: 634593

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 15:42:21 UTC (rev 634592)
+++ PKGBUILD	2020-05-25 15:42:40 UTC (rev 634593)
@@ -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.8
-pkgrel=1
-
-pkgdesc="Adds comic book support to zathura"
-url="http://pwmt.org/projects/zathura-cb/"
-arch=('x86_64')
-license=('custom:zlib')
-
-depends=('zathura' 'libarchive' 'desktop-file-utils')
-makedepends=('meson' 'ninja')
-
-source=(https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.xz)
-
-sha1sums=('91134206ccb0f0488ceebb8fcfaf86e1bbeb1e3c')
-
-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 634592, zathura-cb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 15:42:40 UTC (rev 634593)
@@ -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.8
+pkgrel=2
+
+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)
+
+sha1sums=('16f2a39684178da6c250d22ecb686ee2c1290d81')
+
+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