Date: Thursday, October 16, 2014 @ 15:11:56 Author: jlichtblau Revision: 120816
upgpkg: tilda 1.2-1 Modified: tilda/trunk/PKGBUILD tilda/trunk/tilda.changelog -----------------+ PKGBUILD | 11 ++++------- tilda.changelog | 5 ++++- 2 files changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-16 13:00:08 UTC (rev 120815) +++ PKGBUILD 2014-10-16 13:11:56 UTC (rev 120816) @@ -4,16 +4,16 @@ # Contributor: William Rea <[email protected]> pkgname=tilda -pkgver=1.1.13 -pkgrel=2 +pkgver=1.2 +pkgrel=1 pkgdesc="A Gtk based drop down terminal for Linux and Unix" arch=('i686' 'x86_64') url="https://github.com/lanoxx/tilda" license=('GPL') -depends=('vte290' 'confuse') +depends=('vte3' 'confuse') changelog=$pkgname.changelog source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz) -sha256sums=('3d2ada0584f63a8207afbfe44ec5cf5594a7b5e3843310d1d27152af1aa37282') +sha256sums=('e0cf42a65783401fed75b8a4c15ac8c2f537cb5155414b2641a8a6906f45c142') build() { cd $pkgname-$pkgname-$pkgver @@ -28,6 +28,3 @@ make DESTDIR="${pkgdir}" install } - -# vim: ts=2 sw=2 et: -sha256sums=('4d1424ae6f7db2c9acbb7477c204223ce50dcd242a25b46517bce2ddb2b739ad') Modified: tilda.changelog =================================================================== --- tilda.changelog 2014-10-16 13:00:08 UTC (rev 120815) +++ tilda.changelog 2014-10-16 13:11:56 UTC (rev 120816) @@ -1,7 +1,10 @@ +2014-10-16 Jaroslav Lichtblau <[email protected]> + * tilda 1.2-1 + 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]>
