diff options
author | root <root@rshg054.dnsready.net> | 2012-07-29 00:03:59 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-29 00:03:59 +0000 |
commit | ddab05fd84b7fa1d67fcd18b532f0427189d8df1 (patch) | |
tree | 3a7175c54dfa9c4ae09f2b009b209134af81ba63 /community/fox/PKGBUILD | |
parent | 4704d1255f08718ed432ba919b4087d0a52ce5a7 (diff) |
Sun Jul 29 00:03:59 UTC 2012
Diffstat (limited to 'community/fox/PKGBUILD')
-rw-r--r-- | community/fox/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fox/PKGBUILD b/community/fox/PKGBUILD index 3ab908481..2b607fc5a 100644 --- a/community/fox/PKGBUILD +++ b/community/fox/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 70277 2012-05-03 15:59:36Z spupykin $ +# $Id: PKGBUILD 74419 2012-07-27 14:49:42Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Ben <ben@benmazer.net> pkgname=fox -pkgver=1.6.45 +pkgver=1.6.46 pkgrel=1 pkgdesc="Free Objects for X: GUI Toolkit for C++" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('bzip2' 'libxcursor' 'libxft' 'libxrandr' 'mesa' 'libxi' 'libpng' 'libt optdepends=('perl') options=('!libtool') source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz) -md5sums=('57bef430c3d01463508d76a88f61d763') +md5sums=('da2c5cf36eff32a0c49cfcd9494fe6b7') build() { cd ${srcdir}/${pkgname}-${pkgver} |