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

Daniel Griffiths dgriffiths at archlinux.org
Mon Apr 19 09:02:44 UTC 2010


    Date: Monday, April 19, 2010 @ 05:02:43
  Author: dgriffiths
Revision: 78070

upgpkg: libvisual 0.4.0-3 Package more than a year old

Modified:
  libvisual/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-19 08:54:40 UTC (rev 78069)
+++ PKGBUILD	2010-04-19 09:02:43 UTC (rev 78070)
@@ -3,20 +3,20 @@
 
 pkgname=libvisual
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Abstraction library that comes between applications and audio visualisation plugins"
 arch=("i686" "x86_64")
 url="http://sourceforge.net/projects/libvisual/"
 license=('LGPL')
 depends=('glibc')
 options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-$pkgver.tar.gz")
+source=("http://downloads.sourceforge.net/sourceforge/libvisual/libvisual-${pkgver}.tar.gz")
 md5sums=('f4e78547c79ea8a8ad111cf8b85011bb')
 
 build()
 {
-   cd $srcdir/$pkgname-$pkgver
+   cd ${srcdir}/${pkgname}-${pkgver}
    ./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