diff options
Diffstat (limited to 'extra/xfce4-panel/PKGBUILD')
-rw-r--r-- | extra/xfce4-panel/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/xfce4-panel/PKGBUILD b/extra/xfce4-panel/PKGBUILD index f0096c1b1..041ebf6a5 100644 --- a/extra/xfce4-panel/PKGBUILD +++ b/extra/xfce4-panel/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 128301 2011-06-22 15:48:28Z andyrtr $ +# $Id: PKGBUILD 138667 2011-09-27 14:43:08Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: tobias <tobias funnychar archlinux.org> pkgname=xfce4-panel -pkgver=4.8.5 +pkgver=4.8.6 pkgrel=1 pkgdesc="Panel for the Xfce desktop environment" arch=('i686' 'x86_64') @@ -15,7 +15,8 @@ makedepends=('intltool' 'gtk-doc') options=('!libtool') install=${pkgname}.install source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2) -md5sums=('3c00e92821709baa2a71b166a32d46a2') +md5sums=('9d7bf0503d5867c4044cef04bb5845b1') +sha1sums=('332fc968332e6271e1bb65d6de8de2524b0440ec') build() { cd ${srcdir}/${pkgname}-${pkgver} |