diff options
author | root <root@rshg054.dnsready.net> | 2011-08-05 23:14:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-05 23:14:36 +0000 |
commit | 6eacc0759bca4167f2dcd67ce43bca78cb2a06ca (patch) | |
tree | 9924a03656bbae858177323b61bfb213fe14a4b4 /core/dialog | |
parent | 7e5cd77730015792e26338edcc137acf3f1bd2ae (diff) |
Fri Aug 5 23:14:36 UTC 2011
Diffstat (limited to 'core/dialog')
-rw-r--r-- | core/dialog/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/dialog/PKGBUILD b/core/dialog/PKGBUILD index b9f4f68ba..6870e3d94 100644 --- a/core/dialog/PKGBUILD +++ b/core/dialog/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 113956 2011-03-10 22:08:22Z eric $ +# $Id: PKGBUILD 133064 2011-07-27 11:49:01Z stephane $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> pkgname=dialog -pkgver=1.1_20110302 +pkgver=1.1_20110707 pkgrel=1 pkgdesc="A tool to display dialog boxes from shell scripts" arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ url="http://invisible-island.net/dialog/" license=('LGPL2.1') depends=('ncurses') source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz) -md5sums=('2eaa82055b86006e205d2c3f74d9b800') -sha1sums=('ba4e79abaf579e0d23f247ae65196437f8d8e031') +md5sums=('34d01aaacbb2932b77774e6c1eec8d2a') +sha1sums=('31e0e3c40cd51629cc802d7ee0b1a4e1ada90f00') build() { cd "${srcdir}/$pkgname-${pkgver/_/-}" |