[arch-commits] Commit in tint2/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Apr 26 09:33:45 UTC 2021
Date: Monday, April 26, 2021 @ 09:33:45
Author: arodseth
Revision: 924493
upgpkg: tint2 17.0-1
Modified:
tint2/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-26 07:56:11 UTC (rev 924492)
+++ PKGBUILD 2021-04-26 09:33:45 UTC (rev 924493)
@@ -4,16 +4,16 @@
# Contributor: Yannick LM <LMyannicklm1337 at gmail.com>
pkgname=tint2
-pkgver=16.7
-pkgrel=3
+pkgver=17.0
+pkgrel=1
pkgdesc='Basic, good-looking task manager for WMs'
arch=(x86_64)
url='https://gitlab.com/o9000/tint2'
license=(GPL2)
-depends=(gtk2 imlib2 startup-notification) # a lot of work to port to gtk3
-makedepends=(cmake git ninja setconf startup-notification)
-source=("git+https://gitlab.com/o9000/tint2#commit=78313502d3b26c217f5583a23ef571bc9e0edc45") # tag: v16.7
-sha256sums=('SKIP')
+depends=(gtk3 imlib2 startup-notification)
+makedepends=(cmake git ninja setconf)
+source=("git+https://gitlab.com/o9000/tint2#commit=7737edff47a952604d543e36bf9190b211cf92fe") # tag: v17.0
+b2sums=(SKIP)
prepare() {
setconf $pkgname/get_version.sh VERSION="$pkgver"
More information about the arch-commits
mailing list