Date: Thursday, July 16, 2020 @ 18:28:58 Author: dvzrv Revision: 664146
upgpkg: sherlock.lv2 0.24.0-1: Upgrading to 0.24.0. Adding PGP signature of upstream developer: '5AE26CEBBF49705C19FB273A30258F99258CB76A': Hanspeter Portner <[email protected]>. Switching to meson from arch-meson and enabling LTO and PIE. Modified: sherlock.lv2/trunk/PKGBUILD ----------+ PKGBUILD | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-16 18:09:54 UTC (rev 664145) +++ PKGBUILD 2020-07-16 18:28:58 UTC (rev 664146) @@ -1,7 +1,7 @@ # Maintainer: David Runge <[email protected]> pkgname=sherlock.lv2 -pkgver=0.22.0 +pkgver=0.24.0 pkgrel=1 pkgdesc="An investigative plugin bundle" arch=('x86_64') @@ -11,15 +11,25 @@ depends=('glibc' 'libglvnd' 'libx11') makedepends=('flex' 'glu' 'lv2' 'meson' 'serd' 'sord' 'sratom') checkdepends=('lv2lint') -source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz") -sha512sums=('3ed6caa88ac8d89e4f6c4934966c4c0988597152dfd6a963057d7bf585cbe294539398303d76986736dcc0683ea304f77f668ee201d6871f527430476d60f92e') +source=("https://git.open-music-kontrollers.ch/lv2/$pkgname/snapshot/$pkgname-$pkgver.tar.xz"{,.asc}) +sha512sums=('40603ca53978e0fad7b593a3ed8ff429ad15930e6da6119da21058d5eb10c6183a4ea8ed93c9561bd187a2b8966f822d9434f4d0098e807c258fa2ab15234fd1' + 'SKIP') +b2sums=('a95dd9a4677179a2aa345c64b490111c931b32a63df36279581beb0da365b43c0492e8708773d8c5d7459afce64b7750ebf289236b7b9ead47ea8de1594f7ac2' + 'SKIP') +validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner <[email protected]> build() { cd "$pkgname-$pkgver" - arch-meson --prefix=/usr \ - --libdir=lib \ - --buildtype=release \ - build + meson --prefix=/usr \ + --libdir=lib \ + --libexecdir lib \ + --sbindir bin \ + --buildtype plain \ + --auto-features enabled \ + --wrap-mode nodownload \ + -D b_lto=true \ + -D b_pie=true \ + build ninja -C build }
