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

David Runge dvzrv at archlinux.org
Tue Sep 24 09:08:22 UTC 2019


    Date: Tuesday, September 24, 2019 @ 09:08:22
  Author: dvzrv
Revision: 511633

upgpkg: drumkv1 0.9.10-1

Upgrading to 0.9.10. Removing group vee-one (there are enough groups already).
Moving alsa-lib, jack and liblo to optdepends. Adding all direct library dependencies.

Modified:
  drumkv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-24 09:06:38 UTC (rev 511632)
+++ PKGBUILD	2019-09-24 09:08:22 UTC (rev 511633)
@@ -2,17 +2,21 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=drumkv1
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc="An old-school drum-kit sampler"
 arch=('x86_64')
 url="https://drumkv1.sourceforge.io/"
 license=('GPL2')
-groups=('lv2-plugins' 'pro-audio' 'vee-one')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'jack' 'liblo' 'qt5-base')
-makedepends=('lv2' 'qt5-tools')
+groups=('lv2-plugins' 'pro-audio')
+depends=('desktop-file-utils' 'gcc-libs' 'glibc' 'hicolor-icon-theme'
+'libsndfile' 'qt5-base')
+makedepends=('alsa-lib' 'jack' 'liblo' 'lv2' 'qt5-tools')
+optdepends=('alsa-lib: for standalone application'
+            'jack: for standalone application'
+            'liblo: for standalone application')
 source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('c1b8a181e699adda2b09b3442cb66597d2ecf7f59169baa3496bd456129c36e0607bddebf4e89219805fae114c6ab3eae376217c91ae3dad060f1f46c486e7ac')
+sha512sums=('a55b8d06a373034c99873aedf5f11447921237948fd0fcc6ac2654677b0aafec5ac288aae183e8685c68a586f73525875b171c695bce87895342673f40199c45')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list