summaryrefslogtreecommitdiff
path: root/community/stfl
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-26 01:16:44 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-26 01:16:44 -0300
commit92155342158c2dbcc0c840325d63d1742d3583ec (patch)
treef0900a2867d221c79742e7a06ca4244a21abf8f3 /community/stfl
parent78fa3fcb824603de4b7bc558a423edca6bc18836 (diff)
parente4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/astyle/PKGBUILD community/gavl/PKGBUILD community/lmms/PKGBUILD community/portaudio/PKGBUILD community/redshift/PKGBUILD extra/gnutls/PKGBUILD extra/libglade/PKGBUILD extra/libgnome/PKGBUILD extra/orbit2/PKGBUILD extra/pypgsql/PKGBUILD extra/vlc/PKGBUILD extra/xorg-appres/PKGBUILD extra/xorg-xdriinfo/PKGBUILD extra/xorg-xfs/PKGBUILD extra/xorg-xgamma/PKGBUILD extra/xorg-xhost/PKGBUILD extra/xorg-xkbevd/PKGBUILD extra/xorg-xkbutils/PKGBUILD extra/xorg-xload/PKGBUILD extra/xorg-xlogo/PKGBUILD extra/xorg-xlsatoms/PKGBUILD extra/xorg-xlsclients/PKGBUILD extra/xorg-xmag/PKGBUILD extra/xorg-xmodmap/PKGBUILD extra/xorg-xrdb/PKGBUILD extra/xorg-xrefresh/PKGBUILD extra/xorg-xsetroot/PKGBUILD extra/xorg-xvidtune/PKGBUILD extra/xorg-xwd/PKGBUILD extra/xorg-xwud/PKGBUILD extra/zile/PKGBUILD multilib/wine/PKGBUILD testing/xf86-video-intel/PKGBUILD
Diffstat (limited to 'community/stfl')
-rw-r--r--community/stfl/PKGBUILD10
-rw-r--r--community/stfl/stfl.changelog7
2 files changed, 10 insertions, 7 deletions
diff --git a/community/stfl/PKGBUILD b/community/stfl/PKGBUILD
index 2bf1dda14..2ef02256a 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' 'mips64el')
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]