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

David Runge dvzrv at archlinux.org
Tue Mar 16 09:23:55 UTC 2021


    Date: Tuesday, March 16, 2021 @ 09:23:55
  Author: dvzrv
Revision: 891773

upgpkg: qsynth 0.9.2-1: Upgrade to 0.9.2.

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

Modified:
  qsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-16 09:23:48 UTC (rev 891772)
+++ PKGBUILD	2021-03-16 09:23:55 UTC (rev 891773)
@@ -3,7 +3,7 @@
 # Contributor: damir <damir at archlinux.org>
 
 pkgname=qsynth
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="Qt GUI for FluidSynth"
 arch=('x86_64')
@@ -10,11 +10,12 @@
 url="https://qsynth.sourceforge.io/"
 license=('GPL')
 groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('cmake' 'fluidsynth' 'qt5-tools')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt6-base')
+makedepends=('cmake' 'fluidsynth' 'qt6-tools')
+optdepends=('qt6-wayland: for native wayland support')
 source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('70bba332b90963d1c1da18fb3de8f05544fed3406c2144b6ed78cf93720cbcb684ff367d7ef4bc80be94ebea060b38753ae0cb183e85f96f127014c08de701b0')
-b2sums=('f63766614d821409cd12e418e36b8dbd739da8e2cd7deae91c2b00dd4f5ba2f447a3ca19c3829de3282e368baa37567333be051641221300d13dd7948d762008')
+sha512sums=('ab9a2268e3926439e4784c8dc2511d7c39aa2bfb97ffb7bb34f6761f1e859d1ea53f9f6da4d5c31395c6c03dc250b74c8c250b5d71321f2a151b75ec636be3d6')
+b2sums=('9560efe95992fc6e992871c8057898e1acac46718534c7e79060dde4d1519f9fd4798385812f384c97a764676e3e1005ebe24708545db3dfb9f8e08973f07441')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list