summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2018-03-07 10:22:50 +0100
committeraksr2018-03-07 10:22:50 +0100
commit2d47d91a16e8047f0bdc3438b97cd1b5e1bd93b4 (patch)
tree5f6690972a871085fb5a1ce05d55178d3cc54b70
parent275f723430df6c9c0adf0b217bbeab478c3bccb2 (diff)
downloadaur-2d47d91a16e8047f0bdc3438b97cd1b5e1bd93b4.tar.gz
Add two more helper scripts.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a640e3c7e555..47eb80b31cf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 19 02:02:56 UTC 2018
+# Wed Mar 7 09:22:27 UTC 2018
pkgbase = llpp-git
pkgdesc = A graphical PDF viewer which aims to superficially resemble less(1).
- pkgver = 26b.r90.g1dcb5f8
+ pkgver = 26b.r102.g42faa5a
pkgrel = 1
url = http://repo.or.cz/w/llpp.git
install = llpp.install
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