Date: Saturday, January 2, 2016 @ 23:17:11 Author: jlichtblau Revision: 155201
upgpkg: tilda 1.3.1-1 - new upstream release Modified: tilda/trunk/PKGBUILD tilda/trunk/tilda.changelog -----------------+ PKGBUILD | 4 ++-- tilda.changelog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-02 21:55:32 UTC (rev 155200) +++ PKGBUILD 2016-01-02 22:17:11 UTC (rev 155201) @@ -4,7 +4,7 @@ # Contributor: William Rea <[email protected]> pkgname=tilda -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=1 pkgdesc="A Gtk based drop down terminal for Linux and Unix" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('vte3' 'confuse') changelog=$pkgname.changelog source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz) -sha256sums=('bd59481122baf5cde5c77a002f18373cd89def7fdf6ead5178a03f4b9d1376ad') +sha256sums=('2b4ae3df8dbcdabbc76f9ef13055e66caa0d438ef59522e98b396be3109f00da') build() { cd $pkgname-$pkgname-$pkgver Modified: tilda.changelog =================================================================== --- tilda.changelog 2016-01-02 21:55:32 UTC (rev 155200) +++ tilda.changelog 2016-01-02 22:17:11 UTC (rev 155201) @@ -1,3 +1,6 @@ +2016-01-02 Jaroslav Lichtblau <[email protected]> + * tilda 1.3.1-1 + 2015-11-18 Jaroslav Lichtblau <[email protected]> * tilda 1.3.0-1
