Date: Friday, November 23, 2018 @ 19:46:56 Author: ffy00 Revision: 409579
rebuild for gtkd 3.8.4-1 Modified: tilix/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-23 19:40:48 UTC (rev 409578) +++ PKGBUILD 2018-11-23 19:46:56 UTC (rev 409579) @@ -1,10 +1,11 @@ # Maintainer: Dan Printzell <[email protected]> +# Maintainer: Filipe Laíns (FFY00) <[email protected]> # Contributor: dsboger <https://github.com/dsboger> # Contributor: Carl George < arch at cgtx dot us > -pkgname="tilix" +pkgname=tilix pkgver=1.8.5 -pkgrel=2 +pkgrel=3 pkgdesc="A tiling terminal emulator for Linux using GTK+ 3" arch=('x86_64') url="https://github.com/gnunn1/tilix" @@ -37,3 +38,4 @@ cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install } +
