diff options
Diffstat (limited to 'extra/exo/PKGBUILD')
-rw-r--r-- | extra/exo/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/exo/PKGBUILD b/extra/exo/PKGBUILD index 046dca618..daf711480 100644 --- a/extra/exo/PKGBUILD +++ b/extra/exo/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 123595 2011-05-11 17:34:16Z andyrtr $ +# $Id: PKGBUILD 127211 2011-06-11 09:02:27Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: tobias <tobias funnychar archlinux.org> # Contributor: Aurelien Foret <orelien@chez.com> pkgname=exo -pkgver=0.6.1 +pkgver=0.6.2 pkgrel=1 pkgdesc="Extensions to Xfce by os-cillation" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ optdepends=('perl-uri: for mail-compose helper script') options=('!libtool') install=${pkgname}.install source=(http://archive.xfce.org/src/xfce/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2) -md5sums=('2ae3d9a9dedc3adebb748fa8724e02ce') +md5sums=('e25333df350abc30999cd16fe96ab690') build() { cd "${srcdir}/${pkgname}-${pkgver}" |