summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraksr2018-03-07 10:22:50 +0100
committeraksr2018-03-07 10:22:50 +0100
commit2d47d91a16e8047f0bdc3438b97cd1b5e1bd93b4 (patch)
tree5f6690972a871085fb5a1ce05d55178d3cc54b70 /PKGBUILD
parent275f723430df6c9c0adf0b217bbeab478c3bccb2 (diff)
downloadaur-2d47d91a16e8047f0bdc3438b97cd1b5e1bd93b4.tar.gz
Add two more helper scripts.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index beb44681d8ab..44b9565aa252 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: menta <attila dot toth at ch dot bme dot hu>
# Maintainer: aksr <aksr at t-com dot me>
pkgname=llpp-git
-pkgver=26b.r90.g1dcb5f8
+pkgver=26b.r102.g42faa5a
pkgrel=1
pkgdesc='A graphical PDF viewer which aims to superficially resemble less(1).'
arch=('i686' 'x86_64')
@@ -79,7 +79,7 @@ package() {
# helper scripts
cd misc/
- for i in dicx dllpp llppac; do
+ for i in dicx dllpp llpp.inotify llppac llpphtml; do
install -Dm755 $i $pkgdir/usr/bin/$i
done