summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcopycat-killer2017-02-02 12:47:52 +0100
committercopycat-killer2017-02-02 12:47:52 +0100
commit6f221490152cad16ce0bcdaa7a4942aacd2d52b5 (patch)
tree89d0a44a8829284e882ab74c105bf5b057443004
parentb278f12493226643a1be09ada28383adb8c4f7fc (diff)
downloadaur-6f221490152cad16ce0bcdaa7a4942aacd2d52b5.tar.gz
updated PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6aca48e8d3c..2d13ac9e3f7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 2 10:31:34 UTC 2017
+# Thu Feb 2 11:47:44 UTC 2017
pkgbase = lain-git
pkgdesc = Layouts, asynchronous widgets and utilities for Awesome WM
pkgver = 1531.a1ba902
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/copycat-killer/lain
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 044415c713fd..18d8d8c9359e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=lain-git
pkgcom=1531
pkgsha=a1ba902
pkgver=$pkgcom.$pkgsha
-pkgrel=2
+pkgrel=3
pkgdesc="Layouts, asynchronous widgets and utilities for Awesome WM"
arch=('any')
url="https://github.com/copycat-killer/lain"
@@ -19,14 +19,14 @@ md5sums=('SKIP')
package() {
# check if awesome is stable or git
- if [ -d "/usr/share/awesome/lib/"]; then
+ if [ -d "/usr/share/awesome/lib/" ]; then
aw_path="$pkgdir/usr/share/awesome/lib"
else
aw_path="$pkgdir/usr/local/share/awesome/lib"
fi
install -dm755 "$aw_path/lain"
- git --git-dir=lain/.git --work-tree=lain/ reset --hard $pkgsha --quie
+ git --git-dir=lain/.git --work-tree=lain/ reset --hard $pkgsha --quiet
rm -rf lain/{wiki,.git*,*.rockspec,*TEMPLATE*}
cp -a lain $aw_path