summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosef Vybíhal2019-01-30 14:52:56 +0100
committerJosef Vybíhal2019-01-30 14:52:56 +0100
commitaac3aa699e330d1a9a4877bbac85f13776b4dc79 (patch)
treeee1563b282118ef267843d22ec363c44a36dc17f /PKGBUILD
parent72790ad89c4decf0131ba0feba0b694a8387ef98 (diff)
downloadaur-aac3aa699e330d1a9a4877bbac85f13776b4dc79.tar.gz
Ditch arch-meson
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 535dccd078ff..55d57e6d1c69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Michel Brabants <michel.linux@tiscali.be>
pkgname=seahorse-git
pkgver=3.31.1+33+g4d65c2aa
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME application for managing encryption keys and passwords in the
GNOME Keyring."
url="https://wiki.gnome.org/Apps/Seahorse"
@@ -35,7 +35,8 @@ prepare() {
}
build() {
- arch-meson seahorse build -D b_pie='false'
+ rm -rf build
+ meson --prefix /usr --buildtype=plain seahorse build
ninja -C build
}