[arch-commits] Commit in qsampler/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Mar 24 19:33:17 UTC 2020
Date: Tuesday, March 24, 2020 @ 19:33:16
Author: dvzrv
Revision: 603918
upgpkg: qsampler 0.6.2-1: Upgrading to 0.6.2.
Moving all sodeps to package() and adding the respective packages to makedepends.
Modified:
qsampler/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-24 19:32:56 UTC (rev 603917)
+++ PKGBUILD 2020-03-24 19:33:16 UTC (rev 603918)
@@ -4,7 +4,7 @@
# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
pkgname=qsampler
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="A LinuxSampler Qt GUI Interface"
arch=('x86_64')
@@ -11,11 +11,10 @@
url="https://qsampler.sourceforge.io/"
license=('GPL2')
groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libgig.so'
-'linuxsampler' 'liblscp.so' 'qt5-base')
-makedepends=('qt5-tools')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'linuxsampler' 'qt5-base')
+makedepends=('libgig' 'liblscp' 'qt5-tools')
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('f769bd8c94efec5d721fbe4a7d97736f81f226074c1bc3a6696379d559824b1f2e07611dbb325b73fb213e49bb015857974599c9c86dbf19fc7b48a681ea6676')
+sha512sums=('a2760c27627adf17b9e4a624f1e768b1fdf1b45781becd5cb11b65fee11bc109b4ad5167803ebbb50f4ffd9c220fa748c8527e9ea101071c5319dd4f8fa0ee01')
prepare() {
cd "${pkgname}-${pkgver}"
@@ -29,6 +28,7 @@
}
package() {
+ depends+=('libgig.so' 'liblscp.so')
cd "${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
install -vDm 644 {AUTHORS,ChangeLog,README,TODO} \
More information about the arch-commits
mailing list