diff options
Diffstat (limited to 'community/tea/PKGBUILD')
-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 dc4597f9f..bfb90b1a4 100644 --- a/community/tea/PKGBUILD +++ b/community/tea/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 97073 2013-09-12 10:15:01Z spupykin $ +# $Id: PKGBUILD 98727 2013-10-17 12:44:12Z 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=36.0.3 +pkgver=37.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=('qt4' 'aspell' 'hunspell') install=tea.install source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2 tea.desktop) -md5sums=('2e33f9a150f17eea62d9a805033fe16b' +md5sums=('2f1113cf5771ba504ae1964aedb0acf2' '377ace3363124f4c086de0babb820761') build() { |