[arch-commits] CVS update of extra/network/valknut (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue May 1 21:47:13 UTC 2007


    Date: Tuesday, May 1, 2007 @ 17:47:13
  Author: andyrtr
    Path: /home/cvs-extra/extra/network/valknut

Modified: PKGBUILD (1.7 -> 1.8)

updatepkg 0.3.8.1


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


Index: extra/network/valknut/PKGBUILD
diff -u extra/network/valknut/PKGBUILD:1.7 extra/network/valknut/PKGBUILD:1.8
--- extra/network/valknut/PKGBUILD:1.7	Sun Jun  4 05:54:14 2006
+++ extra/network/valknut/PKGBUILD	Tue May  1 17:47:13 2007
@@ -1,20 +1,19 @@
-# $Id: PKGBUILD,v 1.7 2006/06/04 09:54:14 arjan Exp $
+# $Id: PKGBUILD,v 1.8 2007/05/01 21:47:13 andyrtr Exp $
 # Mantainer: Roberto Carvajal <roberto at archlinux.org>
 
 pkgname=valknut
-pkgver=0.3.7
-pkgrel=2
+pkgver=0.3.8.1
+pkgrel=1
 pkgdesc="Direct Connect 4 Linux File Sharing program."
 arch=(i686 x86_64)
-url="http://dcgui.berlios.de/"
-depends=(qt dclib=$pkgver)
+url="http://sourceforge.net/projects/wxdcgui/"
+depends=('qt' 'dclib=0.3.8')
 replaces=(dcgui-qt)
-source=(http://download.berlios.de/dcgui/$pkgname-$pkgver.tar.bz2 valknut-0.3.7-gcc41.patch)
-md5sums=('848f9b3f25af15c3f1837133ac4b9415' 'fe12d11745545e0f82cf419dbf3f206c')
+source=(http://downloads.sourceforge.net/wxdcgui/$pkgname-$pkgver.tar.bz2)
+md5sums=('d012a074d7aa0db5b687ff58caa10556')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  patch -Np1 -i ${startdir}/valknut-0.3.7-gcc41.patch
   ./configure --prefix=/usr --with-qt-dir=/opt/qt
   make || return 1
   make prefix=$startdir/pkg/usr install




More information about the arch-commits mailing list