diff options
Diffstat (limited to 'extra/xfce-utils')
-rw-r--r-- | extra/xfce-utils/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/xfce-utils/PKGBUILD b/extra/xfce-utils/PKGBUILD index 621755ab8..abf733525 100644 --- a/extra/xfce-utils/PKGBUILD +++ b/extra/xfce-utils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 108283 2011-01-30 17:27:33Z andyrtr $ +# $Id: PKGBUILD 127773 2011-06-18 10:07:36Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: tobias <tobias funnychar archlinux.org> pkgname=xfce-utils -pkgver=4.8.1 +pkgver=4.8.2 pkgrel=1 pkgdesc="Utilities for Xfce" arch=(i686 x86_64) @@ -19,7 +19,7 @@ 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=('e39866365a45f7a1e7284b93eb4f92f0') +md5sums=('7f48198f4bee3edf7869064c2922c609') build() { cd ${srcdir}/${pkgname}-${pkgver} |