summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2022-08-07 18:44:04 -0600
committerBrian Bidulock2022-08-07 18:44:04 -0600
commit187b87332f37030ea62259f93303f7c858626c81 (patch)
tree5d1cf742f26b7859ad8c5192c6e8b2911ef3c209 /PKGBUILD
parent6b25cf615e74906ecc968bcaea9c136db3d4fbea (diff)
downloadaur-etwm-git.tar.gz
add -fcommon
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'