diff options
Diffstat (limited to 'extra/obexftp/PKGBUILD')
-rw-r--r-- | extra/obexftp/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/obexftp/PKGBUILD b/extra/obexftp/PKGBUILD index 420eeadb4..43a9b8842 100644 --- a/extra/obexftp/PKGBUILD +++ b/extra/obexftp/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 186963 2013-06-01 15:32:07Z eric $ +# $Id: PKGBUILD 198348 2013-10-30 14:19:17Z allan $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com> @@ -13,7 +13,7 @@ depends=('openobex') makedepends=('cmake' 'asciidoc' 'xmlto' 'fuse' 'swig' 'ruby' 'tk') optdepends=('ruby: ruby bindings' 'tk: TCL/Tk bindings') -options=('!makeflags' '!libtool' '!docs') +options=('!makeflags' '!docs') source=("http://downloads.sourceforge.net/openobex/${pkgname}-${pkgver}-Source.tar.gz") md5sums=('31a50dbbd09c63cbb5399772aaff7936') |