summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-03-03 20:41:18 -0500
committerAndrew Sun2019-03-03 20:41:18 -0500
commitf579ff9997c2c693b63779efbbbdcd81ec610397 (patch)
treeea725df1b48e07a5e0947e286ddfd593df7d3df5
parente81bd3c572441f65668f9f9f6cc696536e331d57 (diff)
downloadaur-f579ff9997c2c693b63779efbbbdcd81ec610397.tar.gz
lib32-libsecret: update to 0.18.8
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fed4d7c824b..62e7ccabd936 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-libsecret
pkgdesc = Library for storing and retrieving passwords and other secrets (32-bit)
pkgver = 0.18.8
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Projects/Libsecret
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index d50d79606026..8bade94f5398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbasename=libsecret
pkgname=lib32-$_pkgbasename
pkgver=0.18.8
-pkgrel=1
+pkgrel=2
pkgdesc="Library for storing and retrieving passwords and other secrets (32-bit)"
url="https://wiki.gnome.org/Projects/Libsecret"
arch=('x86_64')
@@ -31,6 +31,7 @@ build() {
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
export LDFLAGS+=" -m32"
+ CFLAGS+=" -DHAVE_MLOCK" # https://gitlab.gnome.org/GNOME/libsecret/issues/23
arch-meson "${srcdir}/${_pkgbasename}" build -Ddocs=false --libdir=/usr/lib32
ninja -C build
}