[arch-commits] Commit in streamripper/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Eric Belanger eric at archlinux.org
Wed May 14 03:07:08 UTC 2008


    Date: Tuesday, May 13, 2008 @ 23:07:07
  Author: eric
Revision: 1631

fixed svn conflict

Modified:
  streamripper/repos/extra-x86_64/	(properties)
  streamripper/repos/extra-x86_64/PKGBUILD

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


Property changes on: streamripper/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /streamripper/trunk:1
   + /streamripper/trunk:1-1630

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-05-14 03:04:16 UTC (rev 1630)
+++ extra-x86_64/PKGBUILD	2008-05-14 03:07:07 UTC (rev 1631)
@@ -2,22 +2,22 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=streamripper
-pkgver=1.62.3
+pkgver=1.63.0
 pkgrel=1
 pkgdesc="Splits SHOUTcast stream into tracks"
 arch=("i686" "x86_64")
 url="http://streamripper.sourceforge.net"
 license=('GPL')
-depends=('glibc' 'libmad' 'faad2' 'libvorbis')
+depends=('glibc' 'glib2' 'libmad' 'faad2' 'libvorbis')
 options=('!libtool')
 # source=($url/files/$pkgname-$pkgver.tar.gz)
-source=("http://puzzle.dl.sourceforge.net/sourceforge/streamripper/streamripper-$pkgver.tar.gz")
+source=("http://downloads.sourceforge.net/sourceforge/streamripper/streamripper-$pkgver.tar.gz")
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr \
               --with-included-tre
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make DESTDIR=$startdir/pkg install
 }
-md5sums=('127eb52355d0d10183ee22c44b5a9039')
+md5sums=('97501462e1be4bf5fe04463469af6799')





More information about the arch-commits mailing list