summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef377f71c41a..b46ae29b97bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=etwm-git
pkgver=3.8.3.r0.g3488e96
-pkgrel=2
+pkgrel=3
pkgdesc="Claude's Tab Window Manager with full ICCCM/EMWH support."
arch=('i686' 'x86_64')
url="https://github.com/bbidulock/etwm/"
@@ -16,6 +16,8 @@ options=('!emptydirs')
source=("$pkgname::git+https://github.com/bbidulock/etwm.git")
md5sums=('SKIP')
+CFLAGS="$CFLAGS -fcommon"
+
pkgver() {
cd $pkgname
git describe --long --tags | sed -r 's,([^-]*-g),r\1,;s,-,.,g'