summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhys Perry2020-07-19 08:09:18 +0200
committerRhys Perry2020-07-19 08:09:18 +0200
commitfb943ee7d293b43346a082aa8042e61f6cb6f800 (patch)
tree36e767132b7694b954ceb4567ccda0b9fcd688b1
parentdcb913fa3aa125f7284aada7aa0974467d0b67fd (diff)
downloadaur-fb943ee7d293b43346a082aa8042e61f6cb6f800.tar.gz
Fix error
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38028ca484dc..ab8ea06fd6bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i3-gaps-rounded-git
pkgdesc = A fork of i3wm tiling window manager with more features, including gaps and rounded corners
pkgver = 4.16.1.r184.g00181678
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/resloved/i3
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 24ef74f9dc4a..f628c94f19c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=i3-gaps-rounded-git
pkgver=4.16.1.r184.g00181678
-pkgrel=2
+pkgrel=3
pkgdesc='A fork of i3wm tiling window manager with more features, including gaps and rounded corners'
arch=('i686' 'x86_64')
url='https://github.com/resloved/i3'
@@ -45,7 +45,7 @@ build() {
--disable-sanitizers
# See https://lists.archlinux.org/pipermail/arch-dev-public/2013-April/024776.html
- make CPPFLAGS+="-U_FORTIFY_SOURCE"
+ make CPPFLAGS+=" -fcommon"
}
package() {