diff options
Diffstat (limited to 'extra/xfce-utils/PKGBUILD')
-rw-r--r-- | extra/xfce-utils/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/xfce-utils/PKGBUILD b/extra/xfce-utils/PKGBUILD index c2357428b..0b9203407 100644 --- a/extra/xfce-utils/PKGBUILD +++ b/extra/xfce-utils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 127773 2011-06-18 10:07:36Z andyrtr $ +# $Id: PKGBUILD 138663 2011-09-27 14:33:37Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: tobias <tobias funnychar archlinux.org> pkgname=xfce-utils -pkgver=4.8.2 +pkgver=4.8.3 pkgrel=1 pkgdesc="Utilities for Xfce" arch=(i686 x86_64 'mips64el') @@ -19,7 +19,8 @@ optdepends=('perl: for migration scripts' options=('!libtool') install=${pkgname}.install source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2) -md5sums=('7f48198f4bee3edf7869064c2922c609') +md5sums=('03b5fba5f63f4f1a31cc7d3728f3c87e') +sha1sums=('159d445b689ebbf73462a4b4baf5cce4e04afaab') build() { cd ${srcdir}/${pkgname}-${pkgver} |