[arch-commits] Commit in tint2/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Dec 22 13:53:43 UTC 2020
Date: Tuesday, December 22, 2020 @ 13:53:43
Author: arodseth
Revision: 781993
Use a specific git commit
Modified:
tint2/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-22 13:51:18 UTC (rev 781992)
+++ PKGBUILD 2020-12-22 13:53:43 UTC (rev 781993)
@@ -5,14 +5,14 @@
pkgname=tint2
pkgver=16.7
-pkgrel=2
+pkgrel=3
pkgdesc='Basic, good-looking task manager for WMs'
arch=(x86_64)
url='https://gitlab.com/o9000/tint2'
license=(GPL2)
-depends=(gtk2 imlib2 startup-notification)
+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.git#tag=$pkgver")
+source=("git+https://gitlab.com/o9000/tint2#commit=78313502d3b26c217f5583a23ef571bc9e0edc45") # tag: v16.7
sha256sums=('SKIP')
prepare() {
@@ -34,4 +34,3 @@
}
# getver: gitlab.com/o9000/tint2/raw/master/README.md
-# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list