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

David Runge dvzrv at archlinux.org
Thu Oct 17 13:13:40 UTC 2019


    Date: Thursday, October 17, 2019 @ 13:13:40
  Author: dvzrv
Revision: 516426

upgpkg: qsampler 0.6.0-1

Upgrading to 0.6.0. Adding all direct library dependencies.

Modified:
  qsampler/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-17 13:09:58 UTC (rev 516425)
+++ PKGBUILD	2019-10-17 13:13:40 UTC (rev 516426)
@@ -4,17 +4,18 @@
 # Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
 
 pkgname=qsampler
-pkgver=0.5.6
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="A LinuxSampler Qt GUI Interface"
 arch=('x86_64')
 url="https://qsampler.sourceforge.io/"
 license=('GPL2')
 groups=('pro-audio')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'linuxsampler' 'liblscp' 'qt5-x11extras')
+depends=('gcc-libs' 'glibc' 'desktop-file-utils' 'hicolor-icon-theme'
+'linuxsampler' 'libgig.so' 'liblscp.so' 'qt5-base')
 makedepends=('qt5-tools')
 source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('2a3a322fec31d9c66d7d1e9b4a7f74629e4b2bcf3ee2350bca8d450d2f68c41ac80563f8e28bd5314f00f0387503aa1e33c0b94ff518cca27b2ca93d9d72334e')
+sha512sums=('6e57947e85f22247b16fc1da97eccafc498affa40d99266a0caec27b3a31be8175ea8fada61973389de0114b4d41bca8a066ca8255549995966e8deba892da04')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list