Date: Tuesday, June 5, 2018 @ 22:07:44 Author: dvzrv Revision: 340648
upgpkg: sweep 0.9.3-5 Adding to pro-audio group. Quoting pkgdir. Removing redundant dependencies alsa-lib and libvorbis. Switching to https for source. Minor fixes. Modified: sweep/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-05 21:54:52 UTC (rev 340647) +++ PKGBUILD 2018-06-05 22:07:44 UTC (rev 340648) @@ -1,20 +1,22 @@ # $Id$ -# Maintainer: Ray Rashif <[email protected]> +# Maintainer: David Runge <[email protected]> +# Contributor: Ray Rashif <[email protected]> # Contributer: Jason Chu <[email protected]> pkgname=sweep pkgver=0.9.3 -pkgrel=4 +pkgrel=5 pkgdesc="Sound editing and mixing program" arch=('x86_64') url="http://www.metadecks.org/software/sweep/" license=('GPL2') -depends=('gtk2' 'libsamplerate' 'libmad' 'libvorbis' 'alsa-lib' 'speex') -source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('69e19bad2673f20e15224c0a5b5d4c85') +groups=('pro-audio') +depends=('gtk2' 'libsamplerate' 'libmad' 'speex') +source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") +sha512sums=('e1e2018ae46cb77cc3aa8faf8f83fc50e937600e6103c9ebb1bfee5a43c30aa1710fd8876c1f59285356a9d0517607deda8c03463ad7a6dcfe72bbff486b6a46') build() { - cd $srcdir/sweep-$pkgver + cd $pkgname-$pkgver # this is a general hack for similar linking errors # TODO: report upstream export LDFLAGS="$LDFLAGS -lgmodule-2.0" @@ -23,6 +25,6 @@ } package() { - cd $srcdir/sweep-$pkgver - make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc localstatedir=$pkgdir/var install + cd $pkgname-$pkgver + make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" localstatedir="$pkgdir/var" install }
