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

David Runge dvzrv at archlinux.org
Fri Dec 1 21:39:23 UTC 2017


    Date: Friday, December 1, 2017 @ 21:39:21
  Author: dvzrv
Revision: 271231

upgpkg: amb-plugins 0.8.1-3

Switching to correct license (GPL2). Switching to sha512sums. Changing maintainer. Making install a one-liner. Also installing README and AUTHORS file.

Modified:
  amb-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-01 20:49:41 UTC (rev 271230)
+++ PKGBUILD	2017-12-01 21:39:21 UTC (rev 271231)
@@ -1,27 +1,27 @@
 # $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
+# Maintainer : David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=amb-plugins
 pkgver=0.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A set of LADSPA ambisonics plugins"
 arch=('x86_64')
 url="http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/"
-license=('GPL')
+license=('GPL2')
 groups=('ladspa-plugins')
 depends=('ladspa')
-source=("${url}../downloads/AMB-plugins-$pkgver.tar.bz2")
-md5sums=('496d8d2bf6036611b6b4aa7f56325a52')
+source=("${url}../downloads/AMB-plugins-${pkgver}.tar.bz2")
+sha512sums=('cdf0f6f656012f1e9d31f54d4446392223165327804f44c8d767904c51ab54a858099f8ad5f57362494d1a3cd73c4b258b4748022b5d9b3f860ab4bb84dd4a71')
 
 build() {
-  cd "$srcdir/AMB-plugins-$pkgver"
+  cd "${srcdir}/AMB-plugins-${pkgver}"
   make
 }
 
 package() {
-  cd "$srcdir/AMB-plugins-$pkgver"
-
-  # plugins
-  install -d "$pkgdir/usr/lib/ladspa"
-  install -Dm755 *.so "$pkgdir/usr/lib/ladspa"
+  cd "${srcdir}/AMB-plugins-${pkgver}"
+  install -t "${pkgdir}/usr/lib/ladspa/" -Dm 755 *.so
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm644 AUTHORS "${pkgdir}/usr/share/doc/${pkgname}/AUTHORS"
 }



More information about the arch-commits mailing list