diff options
Diffstat (limited to 'core/dialog/PKGBUILD')
-rw-r--r-- | core/dialog/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/dialog/PKGBUILD b/core/dialog/PKGBUILD index 033aadf9d..9526e3b6f 100644 --- a/core/dialog/PKGBUILD +++ b/core/dialog/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 194392 2013-09-15 13:43:50Z foutrelis $ +# $Id: PKGBUILD 195183 2013-09-27 01:37:12Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> pkgname=dialog -pkgver=1.2_20130902 +pkgver=1.2_20130923 pkgrel=1 pkgdesc="A tool to display dialog boxes from shell scripts" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://invisible-island.net/dialog/" license=('LGPL2.1') depends=('ncurses') source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz) -sha256sums=('92301c555e9b3d6be29b51f9a0fce4b482556f7b6b89e7de1d5030e523ef0467') +sha256sums=('2d86cd7e5a3cd27f2b5076525762f650eeefbbd2ea8d9dda89453a8d3d68a7c7') build() { cd "$srcdir/$pkgname-${pkgver/_/-}" |