diff options
author | root <root@rshg047.dnsready.net> | 2011-04-17 04:48:45 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-17 04:48:45 +0000 |
commit | 66f23fc95df1f1b02b24701055a63bddfd292451 (patch) | |
tree | 22bd436b3447d82959f6f030de7ffb83de1466c1 /extra/garcon | |
parent | ec549f64c923643d4b13dd7d364e080840ae3e29 (diff) |
Sun Apr 17 04:48:45 UTC 2011
Diffstat (limited to 'extra/garcon')
-rw-r--r-- | extra/garcon/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/garcon/PKGBUILD b/extra/garcon/PKGBUILD index c602bed7e..ce6175f96 100644 --- a/extra/garcon/PKGBUILD +++ b/extra/garcon/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 106319 2011-01-16 16:09:00Z andyrtr $ +# $Id: PKGBUILD 119882 2011-04-16 11:21:52Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Xavier Devlamynck <magicrhesus@ouranos.be> pkgname=garcon -pkgver=0.1.5 +pkgver=0.1.7 pkgrel=1 pkgdesc="implementation of the freedesktop.org menu specification" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ conflicts=('garcon-git') replaces=('libxfce4menu') options=('!libtool') source=(http://archive.xfce.org/src/libs/garcon/0.1/garcon-${pkgver}.tar.bz2) -md5sums=('c4fd42082b4ae157aa4c7abb6d6570aa') +md5sums=('8990668e4f2fecffe124f613b6e1e01f') build() { cd ${srcdir}/garcon-${pkgver} |