Date: Saturday, September 2, 2017 @ 21:04:00 Author: arodseth Revision: 255587
upgpkg: tint2 15.0-1 Modified: tint2/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-02 20:34:44 UTC (rev 255586) +++ PKGBUILD 2017-09-02 21:04:00 UTC (rev 255587) @@ -5,8 +5,8 @@ # Contributor: Yannick LM <[email protected]> pkgname=tint2 -pkgver=0.14.6 -pkgrel=2 +pkgver=15.0 +pkgrel=1 pkgdesc='Basic, good-looking task manager for WMs' arch=('x86_64' 'i686') url='https://gitlab.com/o9000/tint2' @@ -14,7 +14,7 @@ depends=('gtk2' 'imlib2' 'startup-notification') makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf') source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/o9000/tint2/repository/archive.tar.bz2?ref=$pkgver") -sha256sums=('b40079fb187aa248cd3b6957076f138d040c723b309e1b254ac0c8ec9826a451') +sha256sums=('a39a8f43e6e087bce0f61b4ea20219e5a5a5f696cfa41e4d039c109f98f10cc5') prepare() { mv "$pkgname-$pkgver-"* "$pkgname" @@ -36,4 +36,4 @@ } # getver: gitlab.com/o9000/tint2/blob/master/README.md -# vim: ts=2 sw=2 et: +# vim:ts=2 sw=2 et:
