summaryrefslogtreecommitdiff
path: root/core/dialog
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-03 02:49:10 -0700
committerroot <root@rshg054.dnsready.net>2013-10-03 02:49:10 -0700
commit7a89bde7057dae1b2a87ff0906dc797ebb4b2fc3 (patch)
tree8fe283205ef45a8d5a61a0f0e60b8bd0f2806dbd /core/dialog
parentccdfb7506009a95df3049db791408ac9b291b6e2 (diff)
Thu Oct 3 02:46:37 PDT 2013
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 32d714422..6bc4fea12 100644
--- a/core/dialog/PKGBUILD
+++ b/core/dialog/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 195829 2013-10-01 18:39:55Z foutrelis $
+# $Id: PKGBUILD 195853 2013-10-02 13:25:41Z 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_20130928
+pkgver=1.2_20131001
pkgrel=1
pkgdesc="A tool to display dialog boxes from shell scripts"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ license=('LGPL2.1')
depends=('ncurses')
options=('staticlibs')
source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('6fcf8daa50335e4d08da9f4f5ea5e1025efe84c3a719a56e871eb83ed0fd2b4c')
+sha256sums=('b22215d56dfbfa7f025092759e8f144b17321e14829b2a273f68d745a1f0dca5')
build() {
cd "$srcdir/$pkgname-${pkgver/_/-}"