diff options
author | root <root@rshg054.dnsready.net> | 2011-08-31 23:14:52 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-31 23:14:52 +0000 |
commit | 31f40feaa17912cf0ebfa72dd9368264633b3830 (patch) | |
tree | 28b258545d8ddf3acab854d97fc315f4d88f0e29 /extra/libgtop | |
parent | b82f11fd76e83d60504649838e60a235b394160f (diff) |
Wed Aug 31 23:14:52 UTC 2011
Diffstat (limited to 'extra/libgtop')
-rw-r--r-- | extra/libgtop/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libgtop/PKGBUILD b/extra/libgtop/PKGBUILD index 889f6e279..e0da8a86e 100644 --- a/extra/libgtop/PKGBUILD +++ b/extra/libgtop/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 120401 2011-04-23 20:45:46Z ibiru $ +# $Id: PKGBUILD 136578 2011-08-30 12:54:40Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libgtop -pkgver=2.28.3 +pkgver=2.28.4 pkgrel=1 pkgdesc="A library that read information about processes and the running system" arch=('i686' 'x86_64') @@ -10,10 +10,10 @@ license=('LGPL') depends=('glib2' 'libxau' 'texinfo') makedepends=('intltool' 'gobject-introspection') install=libgtop.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.xz) options=('!libtool') url="http://www.gnome.org/" -sha256sums=('2c866bd14b3cd78f78504cfb65baa105d62b8085c90e433ab9db97e050efea42') +sha256sums=('b6619cfd1540267ee81d456d1a26c72c793261586f1b00a7b9a7a229d0abe1d8') build() { cd "${srcdir}/${pkgname}-${pkgver}" |