[arch-commits] Commit in swh-plugins/trunk (PKGBUILD)
Daniel Griffiths
dgriffiths at archlinux.org
Mon Apr 19 08:02:08 UTC 2010
Date: Monday, April 19, 2010 @ 04:02:08
Author: dgriffiths
Revision: 77978
Package is more than a year old
Modified:
swh-plugins/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-04-19 07:57:09 UTC (rev 77977)
+++ PKGBUILD 2010-04-19 08:02:08 UTC (rev 77978)
@@ -4,18 +4,18 @@
pkgname=swh-plugins
pkgver=0.4.15
-pkgrel=2
+pkgrel=3
pkgdesc="LADSPA Plugin-Collection from plugin.org.uk"
arch=(i686 x86_64)
url="http://plugin.org.uk/"
license=('GPL')
depends=('fftw' 'ladspa')
groups=('ladspa-plugins')
-source=(http://plugin.org.uk/releases/$pkgver/$pkgname-$pkgver.tar.gz)
+source=(http://plugin.org.uk/releases/${pkgver}/${pkgname}-${pkgver}.tar.gz)
md5sums=('2fbdccef2462ea553901acd429fa3573')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd ${srcdir}/${pkgname}-${pkgver}
#Arch64 fix, -fPIC seems to be the only option
if [ "$CARCH" = "x86_64" ]; then
@@ -25,5 +25,5 @@
./configure --prefix=/usr || return 1
make || return 1
- make DESTDIR=$pkgdir install || return 1
+ make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list