summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeoTheFox2017-10-26 14:41:42 +0300
committerNeoTheFox2017-10-26 14:41:42 +0300
commit45fd0adc2821760c5d3feafb99370aff52315003 (patch)
tree18f64e452a6f147c04a255905c66659f54cc8a21 /PKGBUILD
parent9b7d1a9eb69f644e047bf9e4f7c65822aca4f4fe (diff)
downloadaur-45fd0adc2821760c5d3feafb99370aff52315003.tar.gz
applied quick fix by m45t3r
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ecf4adf077b..e3b3764a9e2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,6 @@
-# Maintainer: Nickolay Mardanov <soniczerops@gmail.com>
-
pkgname=xkblayout-state
pkgver=20171010
-pkgrel=2
+pkgrel=3
pkgdesc="A small command-line program to get/set the current keyboard layout."
arch=('i686' 'x86_64')
license=('GPL')
@@ -24,6 +22,8 @@ pkgver() {
build() {
cd "$_gitname"
+ # Does not build with --as-needed flag
+ LDFLAGS=$(echo "$LDFLAGS" | sed "s/--as-needed,//")
make all
}