[arch-commits] CVS update of arch/build/base/dialog (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jun 3 20:48:42 UTC 2007


    Date: Sunday, June 3, 2007 @ 16:48:42
  Author: andyrtr
    Path: /home/cvs-arch/arch/build/base/dialog

Modified: PKGBUILD (1.22 -> 1.23)

updatepkg 20070528


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


Index: arch/build/base/dialog/PKGBUILD
diff -u arch/build/base/dialog/PKGBUILD:1.22 arch/build/base/dialog/PKGBUILD:1.23
--- arch/build/base/dialog/PKGBUILD:1.22	Tue May 29 16:13:54 2007
+++ arch/build/base/dialog/PKGBUILD	Sun Jun  3 16:48:42 2007
@@ -1,22 +1,19 @@
-# $Id: PKGBUILD,v 1.22 2007/05/29 20:13:54 andyrtr Exp $
+# $Id: PKGBUILD,v 1.23 2007/06/03 20:48:42 andyrtr Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=dialog
-pkgver=1.1_20070514
-_pkgver=1.1-20070514
-pkgrel=2
+pkgver=1.1_20070528
+_pkgver=1.1-20070528
+pkgrel=1
 pkgdesc="A tool to display dialog boxes from shell scripts"
 arch=(i686 x86_64)
 license=('GPL')
 depends=('ncurses')
 url="http://hightek.org/dialog/"
-source=(ftp://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_$_pkgver.orig.tar.gz
-	timeout.patch)
-md5sums=('1a5dd79088ac3ba3047b48e7efaea8d1'
-         '4d8bd549d3d59365640fe5b0c54bfc09')
+source=(ftp://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_$_pkgver.orig.tar.gz)
+md5sums=('d23d92deb43823ba801f77177dab406c')
 
 build() {
   cd $startdir/src/$pkgname-$_pkgver
-  patch -Np1 -i ../timeout.patch || return 1
   ./configure --prefix=/usr --disable-Xdialog
   make || return 1
   make DESTDIR=$startdir/pkg install




More information about the arch-commits mailing list