[arch-commits] Commit in patchmatrix/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Apr 15 14:13:36 UTC 2021


    Date: Thursday, April 15, 2021 @ 14:13:35
  Author: dvzrv
Revision: 919073

upgpkg: patchmatrix 0.24.0-1: Upgrade to 0.24.0.

Modified:
  patchmatrix/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-15 14:10:28 UTC (rev 919072)
+++ PKGBUILD	2021-04-15 14:13:35 UTC (rev 919073)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=patchmatrix
-pkgver=0.22.0
+pkgver=0.24.0
 pkgrel=1
 pkgdesc="A JACK patchbay in flow matrix style"
 arch=('x86_64')
@@ -11,23 +11,15 @@
 depends=('glibc' 'hicolor-icon-theme' 'libglvnd' 'libx11')
 makedepends=('glew' 'glu' 'jack' 'lv2' 'meson')
 source=("https://git.open-music-kontrollers.ch/lad/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('d2a35ef752cdccee6dbd9a145016768c48cb522f7b513ef55305ab1c20760aa37248a7f788334b50ff4b40b597eb253c37ea92da888bb31690bf946e19343088'
+sha512sums=('35ac20aa74fddef9fab63193bc4501fae5aa09d0f99c6dde3cf5502fe663362119586a32f82eb43118a1a511717c608770575a343a50fc359c3b3a2ca4f4c11a'
             'SKIP')
-b2sums=('b15e8d14554936e5ed14a80590d0261a3f36cdf417d772e2157e0fcac07ecf5539ec62034655e192af6ce14aae56bd8d347bf8d1a09ddf17f202fbef7042922a'
+b2sums=('0c9b304f9d72ee7cc7e9e6c21300a4e0d5f571eef8b726ec192005c5d5909300cf3d0fc8361a2250c98b9e662303afcc8185c9c0af6815cc91cf3acd4f39a312'
         'SKIP')
 validpgpkeys=('5AE26CEBBF49705C19FB273A30258F99258CB76A') # Hanspeter Portner <dev at open-music-kontrollers.ch>
 
 build() {
   cd "$pkgname-$pkgver"
-  meson --prefix=/usr \
-        --libexecdir lib \
-        --sbindir bin \
-        --buildtype plain \
-        --auto-features enabled \
-        --wrap-mode nodownload \
-        -D b_lto=true \
-        -D b_pie=true \
-        build
+  arch-meson build
   ninja -C build
 }
 



More information about the arch-commits mailing list