summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Capezzuto2019-04-28 12:49:01 +0100
committerLuca Capezzuto2019-05-13 13:04:16 +0100
commit009ca65822a72f106ce707aa14bf79d2098bc914 (patch)
tree60eb286b050fe55a3f19114f5861157f3bb53bb2 /PKGBUILD
parentce4d04457cdef308156ec34d2f9f0d623b24ed9e (diff)
downloadaur-009ca65822a72f106ce707aa14bf79d2098bc914.tar.gz
widget.cal: set length of day names to 3; closes #426
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74f9ed9b4abf..f7943e3c33ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Luca CPZ <luca.cpz [at] gmail [dot] com>
pkgname=lain-git
-pkgcom=1695
-pkgsha=724c7b9
+pkgcom=1697
+pkgsha=3328e73
pkgver=$pkgcom.$pkgsha
pkgrel=1
pkgdesc="Layouts, asynchronous widgets and utilities for Awesome WM"
@@ -29,7 +29,4 @@ package() {
git --git-dir=lain/.git --work-tree=lain/ reset --hard $pkgsha --quiet
rm -rf lain/{wiki,.git*,*.rockspec,*TEMPLATE*}
cp -a lain $aw_path
-
- # fix scripts permissions
- find "$pkgdir" -type f ! -path "*/scripts/*" -print0 | xargs -0 chmod -R 644
}