diff options
Diffstat (limited to 'extra/gnome-applets/PKGBUILD')
-rw-r--r-- | extra/gnome-applets/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gnome-applets/PKGBUILD b/extra/gnome-applets/PKGBUILD index 34e939187..87dca22fc 100644 --- a/extra/gnome-applets/PKGBUILD +++ b/extra/gnome-applets/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 139281 2011-10-01 18:57:22Z ibiru $ +# $Id: PKGBUILD 140879 2011-10-20 05:42:26Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gnome-applets -pkgver=3.2.0 +pkgver=3.2.1 pkgrel=1 pkgdesc="GNOME Applets" arch=(i686 x86_64 'mips64el') @@ -14,7 +14,7 @@ url="http://www.gnome.org" groups=(gnome) install=gnome-applets.install source=(http://download.gnome.org/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz) -sha256sums=('18e41753d98644689126c3f237f4bf2e1b973cac15544166cef299ba6faa95ef') +sha256sums=('cba1dff05bf2aad57f0df2ea746a9bf1c3483a0388a70bf501f61d95b1017dc1') build() { cd "${srcdir}/${pkgname}-${pkgver}" |