Date: Sunday, February 9, 2020 @ 17:09:47 Author: jlichtblau Revision: 565488
upgpkg: tilda 1.5.0-1 - new upstream release Modified: tilda/trunk/PKGBUILD tilda/trunk/tilda.changelog -----------------+ PKGBUILD | 5 +++-- tilda.changelog | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-09 17:09:47 UTC (rev 565487) +++ PKGBUILD 2020-02-09 17:09:47 UTC (rev 565488) @@ -3,7 +3,7 @@ # Contributor: William Rea <[email protected]> pkgname=tilda -pkgver=1.4.1 +pkgver=1.5.0 pkgrel=1 pkgdesc="A Gtk based drop down terminal for Linux and Unix" arch=('x86_64') @@ -10,9 +10,10 @@ url="https://github.com/lanoxx/tilda" license=('GPL') depends=('vte3' 'confuse') +makedepends=('python') changelog=$pkgname.changelog source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz) -sha256sums=('da51002210d8fd8fe875907f84b581515399545800044a669c1933bc84cf5070') +sha256sums=('f664c17daca2a2900f49de9eb65746ced03c867b02144149ef21260cbcd61039') build() { cd $pkgname-$pkgname-$pkgver Modified: tilda.changelog =================================================================== --- tilda.changelog 2020-02-09 17:09:47 UTC (rev 565487) +++ tilda.changelog 2020-02-09 17:09:47 UTC (rev 565488) @@ -1,3 +1,6 @@ +2020-02-09 Jaroslav Lichtblau <[email protected]> + * tilda 1.5.0-1 + 2018-02-15 Jaroslav Lichtblau <[email protected]> * tilda 1.4.1-1
