summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosef Vybíhal2019-01-30 11:07:09 +0100
committerJosef Vybíhal2019-01-30 11:07:09 +0100
commit72790ad89c4decf0131ba0feba0b694a8387ef98 (patch)
tree7af2d2ab9b0ababb76c1b0c1ae00ac747b880ea0 /PKGBUILD
parent6f2659136b2caab779b405fcc2bb7e9ef8d72cf4 (diff)
downloadaur-72790ad89c4decf0131ba0feba0b694a8387ef98.tar.gz
g4d65c2aa + Build position-independent executables (b_pie)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81ff01d2d178..535dccd078ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Michel Brabants <michel.linux@tiscali.be>
pkgname=seahorse-git
-pkgver=3.30+25+g19bb9495
+pkgver=3.31.1+33+g4d65c2aa
pkgrel=1
pkgdesc="GNOME application for managing encryption keys and passwords in the
GNOME Keyring."
@@ -35,7 +35,7 @@ prepare() {
}
build() {
- arch-meson seahorse build
+ arch-meson seahorse build -D b_pie='false'
ninja -C build
}