diff options
author | root <root@rshg054.dnsready.net> | 2013-08-08 02:22:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-08 02:22:24 -0700 |
commit | d65d13a9fb3099310bb7736be11ee0724dde2dc7 (patch) | |
tree | 0e80461dca84901d8f25cfbe99aeec404698522f /community/libnewt | |
parent | b7d2dcfdb924359a7bdb0614960df38e6e4a9feb (diff) |
Thu Aug 8 02:21:16 PDT 2013
Diffstat (limited to 'community/libnewt')
-rw-r--r-- | community/libnewt/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libnewt/PKGBUILD b/community/libnewt/PKGBUILD index 307d2d90d..ba797d128 100644 --- a/community/libnewt/PKGBUILD +++ b/community/libnewt/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 88638 2013-04-20 19:08:21Z arodseth $ +# $Id: PKGBUILD 95249 2013-08-07 17:07:06Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Roman Kyrylych <roman@archlinux.org> # Contributor: Tom Killian <tomk@runbox.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=libnewt -pkgver=0.52.15 +pkgver=0.52.16 pkgrel=1 _tclver=8.6 pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang" @@ -18,7 +18,7 @@ optdepends=('tcl: whiptcl support' \ 'python2: libnewt api through _snack module') options=('!makeflags') source=("https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz") -sha256sums=('7a6151923e7a8a950f9a8a21668a5780d09b0f35f9d76a7ec606c71c35a0e241') +sha256sums=('1b9574bc9c8fb7b25cd26e5c3f2840e8c17fde5dd09c759604925919b3589cd3') prepare() { cd "$srcdir/newt-$pkgver" |