[arch-commits] Commit in zathura-ps/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Tue Feb 2 19:31:26 UTC 2016
Date: Tuesday, February 2, 2016 @ 20:31:25
Author: demize
Revision: 160012
upgpkg: zathura-ps 0.2.3-1
Modified:
zathura-ps/trunk/PKGBUILD
----------+
PKGBUILD | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-02-02 19:30:03 UTC (rev 160011)
+++ PKGBUILD 2016-02-02 19:31:25 UTC (rev 160012)
@@ -1,24 +1,29 @@
# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# 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.2
-pkgrel=3
+pkgver=0.2.3
+pkgrel=1
+
pkgdesc="Adds ps support to zathura by using the libspectre library"
+url="https://pwmt.org/projects/zathura-ps"
arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura/plugins/zathura-ps/"
license=('custom')
+
depends=('libspectre' 'zathura')
-install="$pkgname.install"
+
+install=zathura-ps.install
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('338af976c03c0aa1471b156a0efdc45c')
+sha1sums=('893f743a5e54b0cdabf30a50451eb3d427831b17')
+
build(){
- make -C "$pkgname-$pkgver"
+ make -C zathura-ps-$pkgver
}
package(){
- make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
- install -Dm0644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ make -C zathura-ps-$pkgver DESTDIR="$pkgdir" install
+ install -Dm0644 zathura-ps-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
More information about the arch-commits
mailing list