diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-07-30 14:59:24 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-07-30 14:59:24 +0200 |
commit | 09dd4a97fccc4bcabe341c4e4490004385283e53 (patch) | |
tree | d00a22a0304969ff70ecc680f3e89b5fab1ecce6 /community/fox | |
parent | 3a3f329b736af639fdd3c9621816bad627b96903 (diff) | |
parent | 4982c269b318734d01ad30c6592fbb73565ceb12 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/gource/PKGBUILD
community-staging/performous/PKGBUILD
community-staging/wt/PKGBUILD
extra/cups/PKGBUILD
extra/libwacom/PKGBUILD
extra/python-urwid/PKGBUILD
multilib/lib32-dbus-core/PKGBUILD
multilib/lib32-glib2/PKGBUILD
multilib/lib32-gtk2/PKGBUILD
multilib/lib32-mpg123/PKGBUILD
multilib/lib32-readline/PKGBUILD
staging/hugin/PKGBUILD
testing/cups/PKGBUILD
testing/cups/cups-no-gzip-man.patch
testing/cups/cups-systemd-socket.patch
testing/cups/cups.install
testing/systemd/PKGBUILD
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 c3139a5d3..ad657268e 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' 'mips64el') @@ -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} |