summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJay Ta'ala2020-07-31 10:17:13 +1000
committerJay Ta'ala2020-07-31 10:18:51 +1000
commit46ec5e7caefaec724b36c9e42e48be1a6c02514e (patch)
treef70ef62f8e8188c4483f3d4becb7d58286fb23c3 /PKGBUILD
parente82d07018cac0128e16dfc28a1f057ba9ce18960 (diff)
downloadaur-46ec5e7caefaec724b36c9e42e48be1a6c02514e.tar.gz
Upsteam developer let me know can build without -fcommon flag (removed
flag and have confirmed build).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0f1789f62b6..cf175d0be4dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=alttab-git
_name=alttab
-pkgver=v1.4.0.22.g45816dc
+pkgver=v1.5.0.2.g6b18998
pkgrel=1
pkgdesc="The task switcher for minimalistic window managers or standalone X11 session"
url="https://github.com/sagb/alttab"
@@ -23,7 +23,7 @@ build() {
pwd
ls -al
cd "$_name"
- CFLAGS="$CFLAGS -fcommon" ./configure --prefix=/usr
+ ./configure --prefix=/usr
make
}