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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 16 17:49:20 UTC 2021


    Date: Friday, July 16, 2021 @ 17:49:20
  Author: felixonmars
Revision: 977688

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-16 17:49:06 UTC (rev 977687)
+++ PKGBUILD	2021-07-16 17:49:20 UTC (rev 977688)
@@ -1,30 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: karnath <karnathtorjian at gmail.com>
-
-pkgname=zathura-ps
-pkgver=0.2.6
-pkgrel=2
-
-pkgdesc="Adds ps support to zathura by using the libspectre library"
-url="https://pwmt.org/projects/zathura-ps"
-arch=('x86_64')
-license=('custom')
-
-depends=('libspectre' 'zathura' 'desktop-file-utils')
-makedepends=('meson' 'ninja')
-
-source=(zathura-ps-$pkgver.tar.gz::https://github.com/pwmt/zathura-ps/archive/$pkgver.tar.gz)
-
-sha1sums=('30e8443a29819a6bc9e49cc1d63a6efc025af4a9')
-
-build(){
-  cd zathura-ps-$pkgver
-  arch-meson build
-  ninja -C build
-}
-
-package(){
-  DESTDIR="$pkgdir" ninja -C zathura-ps-$pkgver/build install
-  install -Dm0644 zathura-ps-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-ps/repos/community-x86_64/PKGBUILD (from rev 977687, zathura-ps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-16 17:49:20 UTC (rev 977688)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: karnath <karnathtorjian at gmail.com>
+
+pkgname=zathura-ps
+pkgver=0.2.7
+pkgrel=1
+
+pkgdesc="Adds ps support to zathura by using the libspectre library"
+url="https://pwmt.org/projects/zathura-ps"
+arch=('x86_64')
+license=('custom')
+
+depends=('libspectre' 'zathura' 'desktop-file-utils')
+makedepends=('meson' 'ninja')
+
+source=(zathura-ps-$pkgver.tar.gz::https://github.com/pwmt/zathura-ps/archive/$pkgver.tar.gz)
+
+sha512sums=('b7074d941180938cc5ab3756c587d2bb7e6a87a04707c04eb9707664966ef6fb2f2b8e7b60cb5be0a2548ebb8ab4d2759aa9727f02085946fe6c66a0c559639d')
+
+build(){
+  cd zathura-ps-$pkgver
+  arch-meson build
+  ninja -C build
+}
+
+package(){
+  DESTDIR="$pkgdir" ninja -C zathura-ps-$pkgver/build install
+  install -Dm0644 zathura-ps-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}




More information about the arch-commits mailing list