diff options
Diffstat (limited to 'extra/libgtop/PKGBUILD')
-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 d95e1bd57..b261e1bff 100644 --- a/extra/libgtop/PKGBUILD +++ b/extra/libgtop/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 198177 2013-10-30 13:16:35Z allan $ +# $Id: PKGBUILD 213634 2014-05-27 08:41:47Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libgtop -pkgver=2.28.5 +pkgver=2.30.0 pkgrel=1 pkgdesc="A library that read information about processes and the running system" arch=('i686' 'x86_64') @@ -10,9 +10,9 @@ 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.xz) +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) url="http://www.gnome.org/" -sha256sums=('c812c174e44a8971a1f33265437cfd10f1e99869c7f5c05f8ee95846a70a3342') +sha256sums=('463bcbe5737b1b93f3345ee34abf601e8eb864f507c49ff1921c2737abafc1e5') build() { cd "${srcdir}/${pkgname}-${pkgver}" |