diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-05 12:14:43 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-05 12:14:43 -0300 |
commit | 1a2fd51887f77ba9c41195c1a2eb9ee80ea28866 (patch) | |
tree | 65f7f8ade72ab0e933e8be39880cb71992204e3b /extra/xfce4-cpugraph-plugin | |
parent | 4e3e2f9e625584fee1cdb96fcec3a49f0cacdc8b (diff) | |
parent | 7f6f69dc52c8601768ba48fa7b69507a80d532cb (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/vhba-module/PKGBUILD
community-testing/vhba-module/vhba-module.install
core/gcc/PKGBUILD
core/wpa_supplicant/PKGBUILD
multilib-testing/gcc-multilib/PKGBUILD
multilib-testing/lib32-glibc/PKGBUILD
multilib-testing/lib32-glibc/glibc-2.15-revert-c5a0802a.patch
multilib/gcc-multilib/PKGBUILD
multilib/lib32-glibc/PKGBUILD
multilib/wine/PKGBUILD
testing/gcc/PKGBUILD
testing/glibc/PKGBUILD
testing/glibc/glibc-2.15-revert-c5a0802a.patch
testing/kmod/PKGBUILD
testing/lvm2/PKGBUILD
testing/systemd/PKGBUILD
Diffstat (limited to 'extra/xfce4-cpugraph-plugin')
-rw-r--r-- | extra/xfce4-cpugraph-plugin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/xfce4-cpugraph-plugin/PKGBUILD b/extra/xfce4-cpugraph-plugin/PKGBUILD index 29636fd8e..7d0385540 100644 --- a/extra/xfce4-cpugraph-plugin/PKGBUILD +++ b/extra/xfce4-cpugraph-plugin/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 157918 2012-04-30 05:16:48Z foutrelis $ +# $Id: PKGBUILD 162947 2012-07-04 01:56:02Z eric $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Aurelien Foret <orelien@chez.com> pkgname=xfce4-cpugraph-plugin -pkgver=1.0.2 +pkgver=1.0.4 pkgrel=1 pkgdesc="CPU graph plugin for the Xfce4 panel" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ makedepends=('intltool') options=('!libtool') install=$pkgname.install source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2) -sha256sums=('b535a9c3d105c0d1597fa4071fe140912bb483c4401c84ad178531fc85de0577') +sha256sums=('7793824e42cc65937750b50b4afb43e51250e51aca05bd146b784a34fa02552e') build() { cd "$srcdir/$pkgname-$pkgver" |