[arch-commits] Commit in zathura-djvu/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Tue Feb 2 19:29:55 UTC 2016


    Date: Tuesday, February 2, 2016 @ 20:29:55
  Author: demize
Revision: 160010

upgpkg: zathura-djvu 0.2.5-1

Modified:
  zathura-djvu/trunk/PKGBUILD

----------+
 PKGBUILD |   27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-02 19:23:51 UTC (rev 160009)
+++ PKGBUILD	2016-02-02 19:29:55 UTC (rev 160010)
@@ -1,26 +1,31 @@
 # $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Contributor: karnath <karnathtorjian at gmail.com>
 
 pkgname=zathura-djvu
-pkgver=0.2.4
-pkgrel=2
+pkgver=0.2.5
+pkgrel=1
+
 pkgdesc="DjVu support for Zathura"
+url="https://pwmt.org/projects/zathura-djvu/"
 arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura-djvu/"
 license=('custom')
+
 depends=('djvulibre' 'zathura')
-install="$pkgname.install"
-source=("https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz")
-md5sums=('672a25dc9433b2541971c2e4e052bdd3')
 
+install=zathura-djvu.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
+
+sha1sums=('9808c2f4c4dc025d10d3285db507cd79df721514')
+
 build(){
-  make -C "${srcdir}/$pkgname-$pkgver"
+  make -C zathura-djvu-$pkgver
 }
 
 package(){
-  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  make -C zathura-djvu-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-djvu-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 



More information about the arch-commits mailing list