[arch-commits] Commit in samplv1/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Dec 5 11:05:06 UTC 2017
Date: Tuesday, December 5, 2017 @ 11:05:05
Author: dvzrv
Revision: 272227
upgpkg: samplv1 0.8.5-1
Updating maintainer. Updating to 0.8.5. Switching to correct license (GPL2). Switching to sha512sums.
Installing various docs. Minor fixes.
Modified:
samplv1/trunk/PKGBUILD
----------+
PKGBUILD | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-05 10:19:49 UTC (rev 272226)
+++ PKGBUILD 2017-12-05 11:05:05 UTC (rev 272227)
@@ -1,22 +1,23 @@
# $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=samplv1
-pkgver=0.8.4
+pkgver=0.8.5
pkgrel=1
pkgdesc="Polyphonic sampler synthesizer with stereo fx"
arch=(x86_64)
url="https://samplv1.sourceforge.io/"
-license=('GPL')
+license=('GPL2')
groups=('lv2-plugins')
depends=('jack' 'liblo' 'lv2' 'qt5-base' 'desktop-file-utils'
'hicolor-icon-theme' 'shared-mime-info')
makedepends=('qt5-tools')
-source=("https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('4bebff3eecd46f7f0ed717cba0aa9f9d')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('ef6a8d1727c06289cbe247d8e0a4566486f0098c4942ef95f35a473688e32c0298cb0aa89d1eb437d003d162c4c9afa297ea0acd68180c1d932e588d55515619')
build() {
- cd $pkgname-$pkgver
+ cd "${pkgname}-${pkgver}"
./configure --prefix=/usr \
--libdir=/usr/lib
make
@@ -23,8 +24,12 @@
}
package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir/" install
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}/" install
+ install -Dm644 AUTHORS "${pkgdir}/usr/share/docs/${pkgname}/AUTHORS"
+ install -Dm644 ChangeLog "${pkgdir}/usr/share/docs/${pkgname}/ChangeLog"
+ install -Dm644 README "${pkgdir}/usr/share/docs/${pkgname}/README"
+ install -Dm644 TODO "${pkgdir}/usr/share/docs/${pkgname}/TODO"
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list