diff options
Diffstat (limited to 'abs/extra/ccache')
-rw-r--r-- | abs/extra/ccache/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/abs/extra/ccache/PKGBUILD b/abs/extra/ccache/PKGBUILD index 81f188b..95c0788 100644 --- a/abs/extra/ccache/PKGBUILD +++ b/abs/extra/ccache/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 33524 2009-04-04 13:56:15Z giovanni $ +# $Id: PKGBUILD 98352 2010-11-08 08:19:09Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=ccache -pkgver=3.0.1 +pkgver=3.1.1 pkgrel=1 -pkgdesc="ccache is a compiler cache" +pkgdesc="A compiler cache" url="http://ccache.samba.org/" -source=(http://samba.org/ftp/${pkgname}/$pkgname-$pkgver.tar.gz) +source=(http://samba.org/ftp/${pkgname}/$pkgname-$pkgver.tar.bz2) license=('GPL') arch=('i686' 'x86_64') -depends=('glibc') +depends=('zlib') +md5sums=('7dbd668c79d78c0b32c13214b2b35b70') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -31,5 +32,3 @@ build() { ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++ } - -md5sums=('15f2449899d9e8dc3aff6b86f97ab63e') |