diff options
author | root <root@rshg054.dnsready.net> | 2012-02-25 23:15:06 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-25 23:15:06 +0000 |
commit | e4a5730eb358cb0d78bc022204ddccac068c2bf2 (patch) | |
tree | 8dc9d2ac6b1313cb68be1a6c8b51500397f8b225 /community/stfl | |
parent | 299e917c17619f800f0c21cf43209065b608223f (diff) |
Sat Feb 25 23:15:06 UTC 2012
Diffstat (limited to 'community/stfl')
-rw-r--r-- | community/stfl/PKGBUILD | 10 | ||||
-rw-r--r-- | community/stfl/stfl.changelog | 7 |
2 files changed, 10 insertions, 7 deletions
diff --git a/community/stfl/PKGBUILD b/community/stfl/PKGBUILD index c972edb2d..49fcd40db 100644 --- a/community/stfl/PKGBUILD +++ b/community/stfl/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 40783 2011-02-27 01:50:59Z allan $ +# $Id: PKGBUILD 66465 2012-02-25 04:40:20Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Sven Pfleiderer <pfleidi@roothausen.de> pkgname=stfl -pkgver=0.21 -pkgrel=3 +pkgver=0.22 +pkgrel=1 pkgdesc="Library implementing a curses-based widget set for text terminals" arch=('i686' 'x86_64') url="http://clifford.at/stfl/" @@ -15,8 +15,8 @@ options=('!libtool') changelog=$pkgname.changelog source=(http://clifford.at/stfl/$pkgname-$pkgver.tar.gz \ $pkgname-archlinux.patch) -md5sums=('888502c3f332a0ee66e490690d79d404' - 'a6231f269038c76a54fd08d6417f3d6d') +sha256sums=('2dddafd331e61ad04baf1251ccecb3a69feaf99880dd75155be8423c1cc55418' + 'c7d7c787bcd287a776aad3b26e6a90a3b121c281125c34c7c35a87f36dcdc453') build() { cd ${srcdir}/$pkgname-$pkgver diff --git a/community/stfl/stfl.changelog b/community/stfl/stfl.changelog index ff03a6817..b72f673ed 100644 --- a/community/stfl/stfl.changelog +++ b/community/stfl/stfl.changelog @@ -1,8 +1,11 @@ +2012-02-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * stfl 0.22-1 + 2010-03-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * FS#18210 - [stfl] no language bindings without swig fixed in 0.2.1-2 + * FS#18210 - [stfl] no language bindings without swig fixed in 0.21-2 2009-07-11 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> - * Update to major release 0.2.1 + * Update to major release 0.21 2009-06-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * Package moved to [community] |