diff options
Diffstat (limited to 'community/awesome/APKBUILD')
-rw-r--r-- | community/awesome/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/awesome/APKBUILD b/community/awesome/APKBUILD index dce22a989e..75c4345e05 100644 --- a/community/awesome/APKBUILD +++ b/community/awesome/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=awesome pkgver=4.3 -pkgrel=0 +pkgrel=1 pkgdesc="lua-configurable window manager framework" url="http://awesome.naquadah.org/" arch="all" @@ -36,7 +36,7 @@ build() { cd "$_builddir" cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONFDIR=/etc \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=None \ "$_srcdir" make || return 1 } |