Date: Thursday, June 8, 2017 @ 22:19:45 Author: arodseth Revision: 235485
upgpkg: tint2 0.14.5-1 Modified: tint2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-08 22:15:46 UTC (rev 235484) +++ PKGBUILD 2017-06-08 22:19:45 UTC (rev 235485) @@ -6,7 +6,7 @@ # Contributor: Yannick LM <[email protected]> pkgname=tint2 -pkgver=0.14.4 +pkgver=0.14.5 pkgrel=1 pkgdesc='Basic, good-looking task manager for WMs' arch=('x86_64' 'i686') @@ -15,7 +15,7 @@ depends=('gtk2' 'imlib2' 'startup-notification') makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf') source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver") -sha256sums=('cdda888ac111017695e2a16d995e92a7d704568bd00af9cf4686225145742a3f') +sha256sums=('50a19c4af9f13931134479cda2921c45c4aae7c86f52e923b7fed72cfd0695c9') prepare() { mv "$pkgname-$pkgver-"* "$pkgname" @@ -36,4 +36,4 @@ DESTDIR="$pkgdir" ninja -C build install } -# vim:set ts=2 sw=2 et: +# vim: ts=2 sw=2 et:
