summaryrefslogtreecommitdiff
path: root/community/zathura-djvu
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-20 15:39:19 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-20 15:39:19 +0200
commitf201c0c97570e91af0fcec400d827a3f1bba79cc (patch)
tree6b87f10653f54a3b7294d3f2028704e323849781 /community/zathura-djvu
parentf97d206e9152e1d29ad8fb9f2ea2aee95f1da625 (diff)
parent947c2e7bbbd5942492024997d34d709d436f1c8f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/python/PKGBUILD multilib-testing/gcc-multilib/PKGBUILD testing/colord/PKGBUILD testing/epiphany/PKGBUILD testing/fcitx/PKGBUILD testing/folks/PKGBUILD testing/gcalctool/PKGBUILD testing/gcc/PKGBUILD testing/gnome-games/PKGBUILD testing/gnome-shell/PKGBUILD testing/mutter/PKGBUILD testing/yelp/PKGBUILD
Diffstat (limited to 'community/zathura-djvu')
-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
}