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

David Runge dvzrv at archlinux.org
Sun Dec 20 21:11:16 UTC 2020


    Date: Sunday, December 20, 2020 @ 21:11:14
  Author: dvzrv
Revision: 780712

upgpkg: zam-plugins 3.14-1: Upgrade to 3.14.

Modified:
  zam-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-20 21:09:01 UTC (rev 780711)
+++ PKGBUILD	2020-12-20 21:11:14 UTC (rev 780712)
@@ -1,6 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
+
 pkgname=zam-plugins
-pkgver=3.13
+pkgver=3.14
 pkgrel=1
 pkgdesc="Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality processing"
 arch=('x86_64')
@@ -10,7 +11,7 @@
 depends=('gcc-libs' 'glibc' 'libglvnd' 'libx11')
 makedepends=('gendesk' 'git' 'ladspa' 'libsamplerate' 'jack' 'lv2' 'zita-convolver')
 optdepends=('jack: for standalone applications')
-source=("$pkgname-$pkgver::git+https://github.com/zamaudio/${pkgname}.git#tag=${pkgver}?signed"
+source=("$pkgname::git+https://github.com/zamaudio/${pkgname}.git#tag=${pkgver}?signed"
         "git+https://github.com/distrho/dpf.git"
         "${pkgname}.directory"
         "${pkgname}.menu")
@@ -30,7 +31,7 @@
 
 
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   git submodule init
   git config submodule.dpf.url "${srcdir}/dpf"
   git submodule update
@@ -102,13 +103,13 @@
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   export HAVE_ZITA_CONVOLVER=true
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   depends+=('libsamplerate.so' 'libzita-convolver.so')
   make DESTDIR="$pkgdir/" PREFIX='/usr' install
   # XDG desktop integration



More information about the arch-commits mailing list