diff options
Diffstat (limited to 'community/fox')
-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 0f211e45d..c4183ab7a 100644 --- a/community/fox/PKGBUILD +++ b/community/fox/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80103 2012-11-16 06:59:27Z spupykin $ +# $Id: PKGBUILD 88311 2013-04-16 13:27:26Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Ben <ben@benmazer.net> pkgname=fox -pkgver=1.6.47 +pkgver=1.6.49 pkgrel=1 pkgdesc="Free Objects for X: GUI Toolkit for C++" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('mesa') optdepends=('perl') options=('!libtool') source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz) -md5sums=('9bd233adff5af3fc2d1139c8a22f556c') +md5sums=('e120647d26a27ed37cd5fed8b75c8a3d') build() { cd ${srcdir}/${pkgname}-${pkgver} |