summaryrefslogtreecommitdiff
path: root/community/zathura-ps/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura-ps/PKGBUILD')
-rw-r--r--community/zathura-ps/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/zathura-ps/PKGBUILD b/community/zathura-ps/PKGBUILD
index 89809661f..7be83cdf7 100644
--- a/community/zathura-ps/PKGBUILD
+++ b/community/zathura-ps/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=zathura-ps
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Adds ps support to zathura by using the libspectre library"
arch=('i686' 'x86_64')
url="https://pwmt.org/projects/zathura/plugins/zathura-ps/"
@@ -17,5 +17,5 @@ build(){
cd ${srcdir}/zathura-ps-$pkgver
make
make DESTDIR="$pkgdir" install
+ install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
-