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

David Runge dvzrv at archlinux.org
Tue Mar 16 10:29:08 UTC 2021


    Date: Tuesday, March 16, 2021 @ 10:29:08
  Author: dvzrv
Revision: 891788

upgpkg: drumkv1 0.9.21-1: Upgrade to 0.9.21.

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

Modified:
  drumkv1/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-16 10:28:45 UTC (rev 891787)
+++ PKGBUILD	2021-03-16 10:29:08 UTC (rev 891788)
@@ -2,7 +2,7 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=drumkv1
-pkgver=0.9.20
+pkgver=0.9.21
 pkgrel=1
 pkgdesc="An old-school drum-kit sampler"
 arch=('x86_64')
@@ -9,15 +9,16 @@
 url="https://drumkv1.sourceforge.io/"
 license=('GPL2')
 groups=('lv2-plugins' 'pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'cmake' 'jack' 'liblo' 'libsndfile' 'lv2' 'qt5-tools')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt6-base')
+makedepends=('alsa-lib' 'cmake' 'jack' 'liblo' 'libsndfile' 'lv2' 'qt6-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=('bd30cae0c7a01a983e4ac4ecc2ec96f7eecdf494e9dafe416c6556572e7b11f44bae9c9b489e1179d8edcde88a52395116e21555d27b0f426e724cba3539f699')
-b2sums=('f58805d343bcf9532036ddb4016186c4a7d3aa8ac9ec08b4805d69d881283bbc0ec4eb10a27c332e2af4a797839ffc57b5033b69466e68ac76257100a8f503da')
+sha512sums=('3637c35a7be5f57e46f3abcb1916c3fe5676a61578af7e580e35c2079c73939ab0a01e96640b0de8a3337e3cd8059f432c144fec2a94833d705e9ac612361023')
+b2sums=('75696428373bd37de0a6004e182dee9325912be166637ba34f2c6352502fe5537a54f5dc6d0bc25e13742ff1bbcb46f9dc32ad4ec18d03115db0c34820b7bbb4')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list