diff options
Diffstat (limited to 'extra/gnome-system-monitor/PKGBUILD')
-rw-r--r-- | extra/gnome-system-monitor/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gnome-system-monitor/PKGBUILD b/extra/gnome-system-monitor/PKGBUILD index 629ea4b7d..24328c63f 100644 --- a/extra/gnome-system-monitor/PKGBUILD +++ b/extra/gnome-system-monitor/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 196588 2013-10-15 14:51:47Z heftig $ +# $Id: PKGBUILD 199401 2013-11-11 22:44:36Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=gnome-system-monitor -pkgver=3.10.1 +pkgver=3.10.2 pkgrel=1 pkgdesc="A system monitor for GNOME" arch=(i686 x86_64) @@ -15,7 +15,7 @@ url="http://www.gnome.org" groups=('gnome') install=gnome-system-monitor.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('d3d4ecff7426b0944c13f051b6e4e624a3cd5d39c155a9fba289144b8b87ab0f') +sha256sums=('bd009e15672afe4ad3ebd7ed286cce79b9f76420fd39bc77a5826b29134b9db0') build() { cd $pkgname-$pkgver |