Date: Sunday, June 28, 2015 @ 20:58:36 Author: jlichtblau Revision: 136051
upgpkg: tilda 1.2.4-1 - new upstream release Modified: tilda/trunk/PKGBUILD tilda/trunk/tilda.changelog -----------------+ PKGBUILD | 6 +++--- tilda.changelog | 23 +++++++++++++---------- 2 files changed, 16 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-28 18:00:13 UTC (rev 136050) +++ PKGBUILD 2015-06-28 18:58:36 UTC (rev 136051) @@ -1,10 +1,10 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: Douglas Soares de Andrade <[email protected]> # Contributor: William Rea <[email protected]> pkgname=tilda -pkgver=1.2.2 +pkgver=1.2.4 pkgrel=1 pkgdesc="A Gtk based drop down terminal for Linux and Unix" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('vte290' 'confuse') changelog=$pkgname.changelog source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz) -sha256sums=('855ab15423e3de8106975fab2185af4380caeb1bb4c2d0bc60b7674d29f0f4d7') +sha256sums=('1f7b52c5d8cfd9038ad2e41fc633fce935f420fa657ed15e3942722c8570751e') build() { cd $pkgname-$pkgname-$pkgver Modified: tilda.changelog =================================================================== --- tilda.changelog 2015-06-28 18:00:13 UTC (rev 136050) +++ tilda.changelog 2015-06-28 18:58:36 UTC (rev 136051) @@ -1,22 +1,25 @@ -2014-10-31 Jaroslav Lichtblau <[email protected]> +2015-06-28 Jaroslav Lichtblau <[email protected]> + * tilda 1.2.4-1 + +2014-10-31 Jaroslav Lichtblau <[email protected]> * tilda 1.2.2-1 -2014-10-17 Jaroslav Lichtblau <[email protected]> +2014-10-17 Jaroslav Lichtblau <[email protected]> * tilda 1.2.1-1 -2014-10-16 Jaroslav Lichtblau <[email protected]> +2014-10-16 Jaroslav Lichtblau <[email protected]> * tilda 1.2-1 -2014-09-26 Jaroslav Lichtblau <[email protected]> +2014-09-26 Jaroslav Lichtblau <[email protected]> * tilda 1.1.13-1 -2014-06-05 Jaroslav Lichtblau <[email protected]> +2014-06-05 Jaroslav Lichtblau <[email protected]> * tilda 1.1.12-1 -2013-12-14 Jaroslav Lichtblau <[email protected]> +2013-12-14 Jaroslav Lichtblau <[email protected]> * tilda 1.1.10-1 -2013-11-17 Jaroslav Lichtblau <[email protected]> +2013-11-17 Jaroslav Lichtblau <[email protected]> * tilda 1.1.8-1 2013-08-22 Maxime Gauduin <[email protected]> @@ -23,13 +26,13 @@ * tilda 1.1.7-3 * Fixes FS#36542, FS#36516 and FS#36543 -2013-08-08 Jaroslav Lichtblau <[email protected]> +2013-08-08 Jaroslav Lichtblau <[email protected]> * tilda 1.1.7-1 -2012-06-02 Jaroslav Lichtblau <[email protected]> +2012-06-02 Jaroslav Lichtblau <[email protected]> * FS#29754 fixed -2011-08-28 Jaroslav Lichtblau <[email protected]> +2011-08-28 Jaroslav Lichtblau <[email protected]> * FS#25762 fixed 2008-04-29 Mateusz Herych <[email protected]>
