summaryrefslogtreecommitdiff
path: root/core/dialog/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/dialog/PKGBUILD')
-rw-r--r--core/dialog/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/dialog/PKGBUILD b/core/dialog/PKGBUILD
index d27f184be..c0322bebd 100644
--- a/core/dialog/PKGBUILD
+++ b/core/dialog/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD 187873 2013-06-07 13:39:39Z 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_20130523
-pkgrel=2
+pkgver=1.2_20131001
+pkgrel=1
pkgdesc="A tool to display dialog boxes from shell scripts"
arch=('i686' 'x86_64' 'mips64el')
url="http://invisible-island.net/dialog/"
license=('LGPL2.1')
depends=('ncurses')
+options=('staticlibs')
source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('c8d114b7698022bcbd6c88f3c0b2296b0e846c60c5ed6bd28f86dd72b94fd36d')
+sha256sums=('b22215d56dfbfa7f025092759e8f144b17321e14829b2a273f68d745a1f0dca5')
build() {
cd "$srcdir/$pkgname-${pkgver/_/-}"