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

David Runge dvzrv at archlinux.org
Tue Mar 16 10:28:38 UTC 2021


    Date: Tuesday, March 16, 2021 @ 10:28:38
  Author: dvzrv
Revision: 891786

upgpkg: qsampler 0.9.2-1: Upgrade to 0.9.2.

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

Modified:
  qsampler/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-16 10:24:29 UTC (rev 891785)
+++ PKGBUILD	2021-03-16 10:28:38 UTC (rev 891786)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
 
 pkgname=qsampler
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="A LinuxSampler Qt GUI Interface"
 arch=('x86_64')
@@ -11,11 +11,12 @@
 url="https://qsampler.sourceforge.io/"
 license=('GPL2')
 groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'linuxsampler' 'qt5-base')
-makedepends=('cmake' 'libgig' 'liblscp' 'qt5-tools')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'linuxsampler' 'qt6-base')
+makedepends=('cmake' 'libgig' 'liblscp' 'qt6-tools')
+optdepends=('qt6-wayland: for native wayland support')
 source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('5afda874b01ed576522898e04f9d264fccd589da292659eb9947786d3642c80d41629fd5d2268caa53f3ae0a96f0a1c84600a3651e8758d39d5c0220a9bba57d')
-b2sums=('5d30c64edd4c1792d9e87453af45363ebdac6707ef6f804dc867b4eb23fdd657bbf554cd706ddcaa0c6bbe35deeaa1c8d1ff0f1e5af3cad005ebed94f43fed7d')
+sha512sums=('dcc06fbb66f9f7caf04359ef2f75510666214452251a005605a5235709f2846b3d58ee8cbb82f18f676d079d1484b91b7c3efc397fdc99e84ffaa1c95ccafb4c')
+b2sums=('fcc5a39e5f8069ae79e6e7f1df27c49f5c27573dbd8f937fe699e1cfd7149600eaa1e697cb86fa446a795d949267c92340b4f40868c9847eb493409126a94cbf')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list