Date: Friday, October 17, 2014 @ 09:30:31 Author: jlichtblau Revision: 120851
upgpkg: tilda 1.2.1-1 Modified: tilda/trunk/PKGBUILD tilda/trunk/tilda.changelog -----------------+ PKGBUILD | 6 +++--- tilda.changelog | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-17 06:16:18 UTC (rev 120850) +++ PKGBUILD 2014-10-17 07:30:31 UTC (rev 120851) @@ -4,8 +4,8 @@ # Contributor: William Rea <[email protected]> pkgname=tilda -pkgver=1.2 -pkgrel=2 +pkgver=1.2.1 +pkgrel=1 pkgdesc="A Gtk based drop down terminal for Linux and Unix" arch=('i686' 'x86_64') url="https://github.com/lanoxx/tilda" @@ -13,7 +13,7 @@ depends=('vte290' 'confuse') changelog=$pkgname.changelog source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz) -sha256sums=('e0cf42a65783401fed75b8a4c15ac8c2f537cb5155414b2641a8a6906f45c142') +sha256sums=('13d482eb18a59266118146d0d3212d761290da608b8651aa3a2bfdf3f8ca0fb5') build() { cd $pkgname-$pkgname-$pkgver Modified: tilda.changelog =================================================================== --- tilda.changelog 2014-10-17 06:16:18 UTC (rev 120850) +++ tilda.changelog 2014-10-17 07:30:31 UTC (rev 120851) @@ -1,3 +1,6 @@ +2014-10-17 Jaroslav Lichtblau <[email protected]> + * tilda 1.2.1-1 + 2014-10-16 Jaroslav Lichtblau <[email protected]> * tilda 1.2-1
