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

Eric Belanger eric at archlinux.org
Sat Aug 16 05:29:55 UTC 2008


    Date: Saturday, August 16, 2008 @ 01:29:54
  Author: eric
Revision: 8765

adding md5sums

Modified:
  projectm/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-16 05:26:33 UTC (rev 8764)
+++ PKGBUILD	2008-08-16 05:29:54 UTC (rev 8765)
@@ -4,13 +4,14 @@
 pkgver=0.99
 pkgrel=2
 pkgdesc="A music visualizer which uses 3D accelerated iterative image based rendering"
-arch=(i686)
+arch=(i686 x86_64)
 url="http://xmms-projectm.sourceforge.net"
 license="GPL"
 depends=('ftgl' 'glut')
 makedepends=('pkgconfig' 'xproto')
 install=projectm.install
-source=(http://puzzle.dl.sourceforge.net/sourceforge/xmms-projectm/libprojectM-$pkgver.tar.bz2)
+source=(http://downloads.sourceforge.net/sourceforge/projectm/libprojectM-$pkgver.tar.bz2)
+md5sums=('20dc0aa2af96340c3209c9795cc3217d')
 
 build() {
   cd $startdir/src/libprojectM
@@ -18,4 +19,3 @@
   make || return
   make DESTDIR=$startdir/pkg install
 }
-md5sums=('20dc0aa2af96340c3209c9795cc3217d' '70a57d6805ac5c1c831c40de22b70bc1')




More information about the arch-commits mailing list