summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeoTheFox2017-10-26 14:41:42 +0300
committerNeoTheFox2017-10-26 14:41:42 +0300
commit45fd0adc2821760c5d3feafb99370aff52315003 (patch)
tree18f64e452a6f147c04a255905c66659f54cc8a21
parent9b7d1a9eb69f644e047bf9e4f7c65822aca4f4fe (diff)
downloadaur-45fd0adc2821760c5d3feafb99370aff52315003.tar.gz
applied quick fix by m45t3r
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbaeb458b56d..0809655fe631 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Mar 14 10:55:24 UTC 2016
+# Thu Oct 26 11:41:16 UTC 2017
pkgbase = xkblayout-state
pkgdesc = A small command-line program to get/set the current keyboard layout.
- pkgver = 20150804
- pkgrel = 1
+ pkgver = 20171010
+ pkgrel = 3
url = https://github.com/nonpop/xkblayout-state
arch = i686
arch = x86_64
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
}