[arch-commits] Commit in vamp-plugin-sdk/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sun Feb 10 12:40:35 UTC 2019


    Date: Sunday, February 10, 2019 @ 12:40:35
  Author: dvzrv
Revision: 431420

upgpkg: vamp-plugin-sdk 2.8.0-1

Upgrading to 2.8.0. Minor fixes.

Modified:
  vamp-plugin-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 12:37:49 UTC (rev 431419)
+++ PKGBUILD	2019-02-10 12:40:35 UTC (rev 431420)
@@ -2,18 +2,18 @@
 # Contributor: Ray Rashif <schiv at archlinux.org>
 # Contributor: Orivej Desh <smpuj at bk.ru>
 
+_dir=2450
 pkgname=vamp-plugin-sdk
-pkgver=2.7.1
-_dir=2206
-pkgrel=2
+pkgver=2.8.0
+pkgrel=1
 pkgdesc="The Vamp audio analysis plug-in system"
 arch=('x86_64')
 url="https://www.vamp-plugins.org/"
 license=('BSD')
 groups=('pro-audio')
-depends=('gcc-libs' 'libsndfile')
+depends=('libsndfile')
 source=("https://code.soundsoftware.ac.uk/attachments/download/${_dir}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('91dd7cae72334718dcbdac06b1ffa3f3ba76e977b82b928ab634d9982aa15ca4e30978a7778215753c61e56831077d7634d24e65e468ab6a8a87a5957fb09bf3')
+sha512sums=('abc009dab8d1ae4549640aba4a1341942b5a868479b4a9b2a435556a1bf1ce350d8aec94ee5b403fe8fff4175f40778a8fc12ceaf602dd0f176f9215e4a3f8f8')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -25,8 +25,8 @@
   cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir" install
   # license
-  install -vDm644 COPYING \
-    "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -vDm 644 COPYING \
+    -t "${pkgdir}/usr/share/licenses/${pkgname}/"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}" \
     -vDm644 {CHANGELOG,README}



More information about the arch-commits mailing list