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

David Runge dvzrv at archlinux.org
Tue Mar 16 11:12:14 UTC 2021


    Date: Tuesday, March 16, 2021 @ 11:12:14
  Author: dvzrv
Revision: 891827

upgpkg: padthv1 0.9.21-1: Upgrade to 0.9.21.

Switch to qt6.
Add qt6-wayland to optdepends for native wayland support.

Modified:
  padthv1/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-16 11:11:23 UTC (rev 891826)
+++ PKGBUILD	2021-03-16 11:12:14 UTC (rev 891827)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=padthv1
-pkgver=0.9.20
+pkgver=0.9.21
 pkgrel=1
 pkgdesc="An old-school polyphonic additive synthesizer"
 arch=('x86_64')
@@ -8,15 +8,16 @@
 url="https://padthv1.sourceforge.io/"
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'lv2-host' 'qt5-base')
 makedepends=('alsa-lib' 'cmake' 'fftw' 'jack' 'liblo' 'lv2' 'qt5-tools')
 optdepends=('alsa-lib: for standalone application'
             'jack: for standalone application'
             'liblo: for standalone application'
-            'new-session-manager: for session management using the standalone application')
+            'new-session-manager: for session management using the standalone application'
+            'qt6-wayland: for native wayland support')
 source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('b687293a5a8ac3561f1eeec338a5a405b3e0a2a44e180654015b26dee9c725f2f3187f9682e8a173e839b4fac47d33ed7f83105657d53645a03e4969539a1835')
-b2sums=('67768156eca02860a589cd1de53a667dc780bd6752525e65ecb8440db6e6877b445c5526136357e2fa41331a1dc88416d556934fbe01eb5c9bc97867804fbf70')
+sha512sums=('33123e9adc2b5e5a59053b4fda92b01950b8ebf6aacd3a82e9ee5ffccf398169c57bbef913444be973647b1178eeec67cf75f94689415290ce980e61e5caaef2')
+b2sums=('985fe95f41cab8ad3f955858a2303da65534db9e14f44f392e2708a7e37069dc9f16bf53c1d6742a15faa700233562a87ff1735afb8ee6e735ba75a03bdc8841')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list