Date: Sunday, March 11, 2018 @ 19:21:18
  Author: heftig
Revision: 318617

2.38.0+13+gcab8791f-1

Modified:
  libgtop/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-03-11 19:20:47 UTC (rev 318616)
+++ PKGBUILD    2018-03-11 19:21:18 UTC (rev 318617)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot <j...@archlinux.org>
 
 pkgname=libgtop
-pkgver=2.38.0+1+g487e584a
-pkgrel=2
-pkgdesc="A library that reads information about processes and the running 
system"
-arch=('x86_64')
-license=('LGPL')
-depends=('glib2' 'libxau')
-makedepends=('gobject-introspection' gnome-common git gtk-doc)
-_commit=487e584a18b90a413d4f866c51501ae56b552af5  # master
-source=("git+https://git.gnome.org/browse/libgtop#commit=$_commit";)
-url="http://www.gnome.org/";
+pkgver=2.38.0+13+gcab8791f
+pkgrel=1
+pkgdesc="A library for collecting system monitoring data"
+url="https://gitlab.gnome.org/GNOME/libgtop";
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxau)
+makedepends=(gobject-introspection gnome-common git gtk-doc)
+_commit=cab8791fdd6a174b1aea06410214800a774a729b  # master
+source=("git+https://gitlab.gnome.org/GNOME/libgtop.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -25,7 +25,7 @@
 }
 
 build() {
-  cd "${srcdir}/$pkgname"
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static --enable-gtk-doc
   make
@@ -32,6 +32,6 @@
 }
 
 package() {
-  cd "${srcdir}/$pkgname"
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
 }

Reply via email to