summaryrefslogtreecommitdiff
path: root/core/dialog
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-07 00:01:25 +0000
committerroot <root@rshg054.dnsready.net>2012-03-07 00:01:25 +0000
commit5a680f7689b01b4b7a0bfade1a6c1f659f8cbed4 (patch)
treee7b6c472f6deee81a237a1ce4b8c12e90aadac67 /core/dialog
parentb8afacf1f28ac27321feb9b92bd50dd8961b7736 (diff)
Wed Mar 7 00:01:25 UTC 2012
Diffstat (limited to 'core/dialog')
-rw-r--r--core/dialog/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/dialog/PKGBUILD b/core/dialog/PKGBUILD
index abf51904c..b8a085b7d 100644
--- a/core/dialog/PKGBUILD
+++ b/core/dialog/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 142187 2011-11-06 02:25:41Z stephane $
+# $Id: PKGBUILD 152239 2012-03-05 17:06:10Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgname=dialog
-pkgver=1.1_20111020
+pkgver=1.1_20120215
pkgrel=1
pkgdesc="A tool to display dialog boxes from shell scripts"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="http://invisible-island.net/dialog/"
license=('LGPL2.1')
depends=('ncurses')
source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
-sha1sums=('ddabc0950275db4e9cef382a862ff3b20746e843')
+sha1sums=('0d8a07e064c6d4f9cc7d9cb21c4609dc4a19537e')
build() {
cd "${srcdir}/$pkgname-${pkgver/_/-}"