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

David Runge dvzrv at archlinux.org
Thu Dec 7 13:12:03 UTC 2017


    Date: Thursday, December 7, 2017 @ 13:11:59
  Author: dvzrv
Revision: 273041

upgpkg: tap-plugins 0.7.3-2

Updating maintainer. Switching to correct license (GPL2). Switching to https for source.
Switching to sha512sums. Installing various docs. Minor fixes.

Modified:
  tap-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-07 13:10:08 UTC (rev 273040)
+++ PKGBUILD	2017-12-07 13:11:59 UTC (rev 273041)
@@ -1,31 +1,34 @@
 # $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>
 # Contributor: Ng Oon-Ee <ngoonee.talk at gmail.com>
 
 pkgname=tap-plugins
 pkgver=0.7.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Tom's LADSPA Plugins"
 arch=('x86_64')
 url="http://tap-plugins.sourceforge.net/"
-license=('GPL')
+license=('GPL2')
 groups=('ladspa-plugins')
 depends=('ladspa')
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('113fa021b2a05e2fd3cf35f65e6ca137')
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('c4e9c93b9fd8afb82067cf3a48ae665843da775c3af6124147ff1f8651d96734a4b961c4c5ea48877b32770e6d0b5a793af32a5cbb6e3b9afd5b59c8b3cc2621')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
   # correct install path
   sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile
 }
 
 build() {
-  cd $pkgname-$pkgver
-  make 
+  cd "${pkgname}-${pkgver}"
+  make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir/" install
+  install -Dm644 CREDITS "${pkgdir}/usr/share/doc/${pkgname}/CREDITS"
+  install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
 }



More information about the arch-commits mailing list