[arch-commits] Commit in dialog/trunk (PKGBUILD)

Stéphane Gaudreault stephane at archlinux.org
Fri Jul 6 20:34:30 UTC 2012


    Date: Friday, July 6, 2012 @ 16:34:30
  Author: stephane
Revision: 163090

upgpkg: dialog 1.1_20120706-1

fix regression in msgbox (FS#30574)

Modified:
  dialog/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-06 19:27:21 UTC (rev 163089)
+++ PKGBUILD	2012-07-06 20:34:30 UTC (rev 163090)
@@ -4,7 +4,7 @@
 # Contributor: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=dialog
-pkgver=1.1_20120703
+pkgver=1.1_20120706
 pkgrel=1
 pkgdesc="A tool to display dialog boxes from shell scripts"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('LGPL2.1')
 depends=('ncurses')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver/_/-}.tgz)
-sha1sums=('f9949cef2c95d9bd8f2b9d6793dc640bcaa7ff40')
+sha1sums=('fa033f0fb166da86e29d70e68159a92a9b9cdb84')
 
 build() {
   cd "${srcdir}/$pkgname-${pkgver/_/-}"




More information about the arch-commits mailing list