[arch-commits] Commit in qsynth/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Mar 24 19:32:51 UTC 2020
Date: Tuesday, March 24, 2020 @ 19:32:50
Author: dvzrv
Revision: 603916
upgpkg: qsynth 0.6.2-1: Upgrading to 0.6.2.
Moving all sodeps to package() and adding the respective packages to makedepends.
Modified:
qsynth/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-24 19:16:36 UTC (rev 603915)
+++ PKGBUILD 2020-03-24 19:32:50 UTC (rev 603916)
@@ -3,7 +3,7 @@
# Contributor: damir <damir at archlinux.org>
pkgname=qsynth
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="Qt GUI for FluidSynth"
arch=('x86_64')
@@ -10,10 +10,10 @@
url="https://qsynth.sourceforge.net/"
license=('GPL')
groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libfluidsynth.so' 'qt5-base')
-makedepends=('qt5-tools')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('fluidsynth' 'qt5-tools')
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('597ec51f2f2bc45e717dd6e039d10ace3540c6e7332832cbd36a16fb05b88248a59e5ba107369c8bd66d29060c31d0daef13f4967794e2f7b55c85a64dcd6e0c')
+sha512sums=('6e6f5dc64c39ab18ad1a9e791376e0dcf6eea4882986b1723a5a2f7c53309ce166d443a198c62b33ac31ed3fc17100c3a4f8e3b1e474b70afcec0ffa7f1ffc08')
prepare() {
cd "${pkgname}-${pkgver}"
@@ -27,6 +27,7 @@
}
package() {
+ depends+=('libfluidsynth.so')
cd "${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
install -t "${pkgdir}/usr/share/doc/${pkgname}" \
More information about the arch-commits
mailing list