Date: Wednesday, April 5, 2017 @ 10:29:41 Author: jgc Revision: 292104
upgpkg: libgtop 2.36.0-1 Modified: libgtop/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-05 10:19:12 UTC (rev 292103) +++ PKGBUILD 2017-04-05 10:29:41 UTC (rev 292104) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libgtop -pkgver=2.34.1 +pkgver=2.36.0 pkgrel=1 pkgdesc="A library that reads information about processes and the running system" arch=('i686' 'x86_64') @@ -9,8 +9,8 @@ license=('LGPL') depends=('glib2' 'libxau') makedepends=('gobject-introspection' gnome-common git gtk-doc) -_commit=71337d9c7dc32474ec738429bb9e331e368ebc7f -source=("git://git.gnome.org/libgtop#commit=$_commit") +_commit=88ecae1d00463909fc1d4e9fe46be64ea47b030f # tags/2.36.0^0 +source=("git+https://git.gnome.org/browse/libgtop#commit=$_commit") url="http://www.gnome.org/" sha256sums=('SKIP')
