summaryrefslogtreecommitdiff
path: root/core/dialog
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-02 03:18:35 -0700
committerroot <root@rshg054.dnsready.net>2013-10-02 03:18:35 -0700
commitccdfb7506009a95df3049db791408ac9b291b6e2 (patch)
tree9f6f7864bf3718228738f5e3163f736ba8323dac /core/dialog
parentb2bab0c3032e55f291c1df002c13319de0bdb8cf (diff)
Wed Oct 2 03:15:27 PDT 2013
Diffstat (limited to 'core/dialog')
-rw-r--r--core/dialog/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/dialog/PKGBUILD b/core/dialog/PKGBUILD
index 9526e3b6f..32d714422 100644
--- a/core/dialog/PKGBUILD
+++ b/core/dialog/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD 195183 2013-09-27 01:37:12Z foutrelis $
+# $Id: PKGBUILD 195829 2013-10-01 18:39:55Z 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_20130923
+pkgver=1.2_20130928
pkgrel=1
pkgdesc="A tool to display dialog boxes from shell scripts"
arch=('i686' 'x86_64')
url="http://invisible-island.net/dialog/"
license=('LGPL2.1')
depends=('ncurses')
+options=('staticlibs')
source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('2d86cd7e5a3cd27f2b5076525762f650eeefbbd2ea8d9dda89453a8d3d68a7c7')
+sha256sums=('6fcf8daa50335e4d08da9f4f5ea5e1025efe84c3a719a56e871eb83ed0fd2b4c')
build() {
cd "$srcdir/$pkgname-${pkgver/_/-}"