summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36a51e7d7dd9..5e13ce54ddc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = luastatus-luajit-git
pkgdesc = luastatus (a status bar content generator) built with luajit for better performance - git version
pkgver = r773.8d01bdf
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/shdown/luastatus
arch = x86_64
license = LGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 2d0c76c55766..aed24d850f35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=luastatus-luajit-git
pkgver=r773.8d01bdf
-pkgrel=1
+pkgrel=2
pkgdesc='luastatus (a status bar content generator) built with luajit for better performance - git version'
url='https://github.com/shdown/luastatus'
arch=('x86_64')
@@ -59,6 +59,9 @@ build() {
package() {
cd 'luastatus'
make DESTDIR="$pkgdir" install
+ install -dm755 "$pkgdir/usr/share/doc/luastatus/"
+ install -Dm644 'DOCS/MIGRATION_GUIDE.md' -t "$pkgdir/usr/share/doc/luastatus/" ||:
+ cp -r 'examples' -t "$pkgdir/usr/share/doc/luastatus/" ||:
}
# vim:noexpandtab