diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-10 09:45:26 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-10 09:45:26 +0100 |
commit | 312cbdf40f315e428e8bbc5c5614d8f53f32a39d (patch) | |
tree | 3eddf341e9ee368a338a79aa4e718767daae7046 /community/tea | |
parent | a8845d78ab7451363f470cc97c1573707305aee9 (diff) | |
parent | 3792e3874accbc868e7032042f1ecefdef25638e (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/qt/PKGBUILD
gnome-unstable/dconf/PKGBUILD
libre/kdelibs-libre/PKGBUILD
testing/subversion/PKGBUILD
Diffstat (limited to 'community/tea')
-rw-r--r-- | community/tea/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD index 2ac60989e..01a82c843 100644 --- a/community/tea/PKGBUILD +++ b/community/tea/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 61545 2012-01-02 13:41:07Z spupykin $ +# $Id: PKGBUILD 67323 2012-03-08 16:33:52Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Roman Kyrylych <roman@archlinux.org> @@ -6,7 +6,7 @@ # Contributor: Zsolt Varadi <sysop_xxl@fibermail.hu> pkgname=tea -pkgver=31.2.0 +pkgver=32.0.0 pkgrel=1 pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions." arch=('i686' 'x86_64' 'mips64el') @@ -16,7 +16,7 @@ depends=('qt' 'aspell' 'hunspell') install=tea.install source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2 tea.desktop) -md5sums=('720a9b586d0ae3f73f83dc954bd17a21' +md5sums=('42414e1e429d9dd20f4dcda1bedc1163' '377ace3363124f4c086de0babb820761') build() { |