summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoruleenucks2016-08-12 14:28:58 +0200
committeruleenucks2016-08-12 14:28:58 +0200
commit500b204ebe4fd64a48f60ef535f40db3318ce96f (patch)
tree1cf2e314910a2380b6f750f7fde52e72e6640907 /PKGBUILD
parent67cf901c11905e05181a76b3bb4c46371f9bc7e7 (diff)
downloadaur-500b204ebe4fd64a48f60ef535f40db3318ce96f.tar.gz
using noconfirm in compile.sh
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea332de639dc..499929b8e6f0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver(){
cd $_pkgname
git describe --tags |sed 's/-/./g'
}
-pkgrel=2
+pkgrel=3
pkgdesc="A dynamic window manager for X"
url="https://git.uleenucks.de/builds/"
arch=('i686' 'x86_64')