[arch-commits] CVS update of extra/multimedia/snd (PKGBUILD)

Juergen Hoetzel juergen at archlinux.org
Tue May 8 21:38:03 UTC 2007


    Date: Tuesday, May 8, 2007 @ 17:38:03
  Author: juergen
    Path: /home/cvs-extra/extra/multimedia/snd

Modified: PKGBUILD (1.15 -> 1.16)

upgpkg: snd 9.0-1


----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


Index: extra/multimedia/snd/PKGBUILD
diff -u extra/multimedia/snd/PKGBUILD:1.15 extra/multimedia/snd/PKGBUILD:1.16
--- extra/multimedia/snd/PKGBUILD:1.15	Wed Apr 18 15:24:39 2007
+++ extra/multimedia/snd/PKGBUILD	Tue May  8 17:38:03 2007
@@ -1,19 +1,21 @@
-# $Id: PKGBUILD,v 1.15 2007/04/18 19:24:39 alexander Exp $
+# $Id: PKGBUILD,v 1.16 2007/05/08 21:38:03 juergen Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 # Contributor: dorphell <dorphell at archlinux.org>
 pkgname=snd
-pkgver=8.9
+pkgver=9.0
 pkgrel=1
 pkgdesc="Snd is the emacs of sound editor"
 depends=('guile>=1.8.1' 'lesstif' 'fam' 'libxpm')
-source=(http://dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 url="http://ccrma.stanford.edu/software/snd/"
+source=(http://dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('46bba3c02414cae95d7412f4421dfc40')
+
 
 build() {
-  cd ${startdir}/src/${pkgname}-8
+  cd ${startdir}/src/${pkgname}-${pkgver%.*}
   ./configure --prefix=/usr
   make || return 1
   make prefix=${startdir}/pkg/usr install
 }
-md5sums=('3e633eb2a1b75f041ce77b077be6b726')
+




More information about the arch-commits mailing list