diff options
Diffstat (limited to 'community/fox/PKGBUILD')
-rw-r--r-- | community/fox/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/fox/PKGBUILD b/community/fox/PKGBUILD index 7cccbb50d..cdf008dec 100644 --- a/community/fox/PKGBUILD +++ b/community/fox/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90025 2013-05-06 19:36:56Z foutrelis $ +# $Id: PKGBUILD 100152 2013-11-01 20:24:18Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Ben <ben@benmazer.net> pkgname=fox pkgver=1.6.49 -pkgrel=2 +pkgrel=3 pkgdesc="Free Objects for X: GUI Toolkit for C++" arch=('i686' 'x86_64' 'mips64el') url="http://www.fox-toolkit.org/" @@ -12,7 +12,6 @@ license=('LGPL' 'custom') depends=('bzip2' 'libxcursor' 'libxft' 'libxrandr' 'libxi' 'libpng' 'libtiff' 'glu') makedepends=('mesa') optdepends=('perl') -options=('!libtool') source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz) md5sums=('e120647d26a27ed37cd5fed8b75c8a3d') |