diff options
Diffstat (limited to 'extra/libgtop/PKGBUILD')
-rw-r--r-- | extra/libgtop/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libgtop/PKGBUILD b/extra/libgtop/PKGBUILD index e0da8a86e..326865813 100644 --- a/extra/libgtop/PKGBUILD +++ b/extra/libgtop/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 136578 2011-08-30 12:54:40Z ibiru $ +# $Id: PKGBUILD 193440 2013-08-20 08:09:13Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libgtop -pkgver=2.28.4 +pkgver=2.28.5 pkgrel=1 pkgdesc="A library that read information about processes and the running system" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ install=libgtop.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.xz) options=('!libtool') url="http://www.gnome.org/" -sha256sums=('b6619cfd1540267ee81d456d1a26c72c793261586f1b00a7b9a7a229d0abe1d8') +sha256sums=('c812c174e44a8971a1f33265437cfd10f1e99869c7f5c05f8ee95846a70a3342') build() { cd "${srcdir}/${pkgname}-${pkgver}" |