diff options
author | root <root@rshg054.dnsready.net> | 2012-02-07 23:15:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-07 23:15:14 +0000 |
commit | 0dee03071a0643c3ee5820afa3c694dcef71d385 (patch) | |
tree | 2aa6cbee930040086600726e496a2bd87ec41ba8 /extra/xfce4-appfinder/PKGBUILD | |
parent | 1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 (diff) |
Tue Feb 7 23:15:14 UTC 2012
Diffstat (limited to 'extra/xfce4-appfinder/PKGBUILD')
-rw-r--r-- | extra/xfce4-appfinder/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/xfce4-appfinder/PKGBUILD b/extra/xfce4-appfinder/PKGBUILD index 9eac46486..cd5e0270f 100644 --- a/extra/xfce4-appfinder/PKGBUILD +++ b/extra/xfce4-appfinder/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 106402 2011-01-16 17:26:11Z andyrtr $ -# Maintainer: AndyRTR <andyrtr@archlinux.org> +# $Id: PKGBUILD 149234 2012-02-06 16:14:59Z foutrelis $ +# Maintainer: +# Contributor: AndyRTR <andyrtr@archlinux.org> # Contributor: tobias <tobias funnychar archlinux.org> pkgname=xfce4-appfinder pkgver=4.8.0 -pkgrel=1 -pkgdesc="Xfce application finder" +pkgrel=2 +pkgdesc="An application finder for Xfce" arch=('i686' 'x86_64') license=('GPL2') -url="http://www.xfce.org/" +url='http://www.xfce.org/projects/xfce4-appfinder' groups=('xfce4') depends=('libxfce4ui' 'garcon' 'hicolor-icon-theme') -makedepends=('pkgconfig' 'intltool') -options=('!libtool') +makedepends=('intltool') install=${pkgname}.install -source=(http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2) +source=("http://archive.xfce.org/src/xfce/${pkgname}/4.8/${pkgname}-${pkgver}.tar.bz2") md5sums=('fb4797ef91b90d111b989e98c3e000e0') build() { |