summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Griffis2017-09-24 12:03:00 +0200
committeralbfan2017-09-24 12:03:00 +0200
commit7a0319f2f2bd2e31c90b07fea8d92093909ee384 (patch)
treeec2de8169d73de98a025a25cd7be8690a02a669c
parenta9fb51fa78ab95ced3e6c5aadf134712d9354e21 (diff)
downloadaur-7a0319f2f2bd2e31c90b07fea8d92093909ee384.tar.gz
Improvements
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2750faeb74e5..71d3009812f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://git.gnome.org/browse/sysprof'
license=('GPL3')
options=('!libtool')
depends=('gtk3' 'polkit')
-makedepends=('intltool' 'git' 'autoconf-archive')
+makedepends=('git' 'meson')
provides=('sysprof')
conflicts=('sysprof')
source=('git+https://git.gnome.org/browse/sysprof')
@@ -27,7 +27,7 @@ build() {
rm -rf build
mkdir build
cd build
- meson --prefix /usr ..
+ meson --libexecdir=lib --buildtype=release --prefix /usr ..
ninja
}