summaryrefslogtreecommitdiff
path: root/community/zathura-djvu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura-djvu/PKGBUILD')
-rw-r--r--community/zathura-djvu/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/zathura-djvu/PKGBUILD b/community/zathura-djvu/PKGBUILD
index 0c4010f3c..df7597ad2 100644
--- a/community/zathura-djvu/PKGBUILD
+++ b/community/zathura-djvu/PKGBUILD
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD 67824 2012-03-14 16:28:32Z spupykin $
+# $Id: PKGBUILD 69556 2012-04-18 10:59:51Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: karnath <karnathtorjian@gmail.com>
pkgname=zathura-djvu
-pkgver=0.1.0
-pkgrel=1
+pkgver=0.1.1
+pkgrel=2
pkgdesc="Adds DjVu support to zathura by using the djvulibre library"
arch=('i686' 'x86_64' 'mips64el')
url="https://pwmt.org/projects/zathura/plugins/zathura-djvu/"
license=('custom')
depends=('djvulibre' 'zathura')
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
-md5sums=('be4d5966ba353f83b261a389789e0260')
+md5sums=('d76bf25ad5c3bef220aebef693ff6aad')
build(){
cd ${srcdir}/zathura-djvu-$pkgver
make
make DESTDIR="$pkgdir" install
+ install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}