diff options
Diffstat (limited to 'abs/extra-testing/ccache')
-rw-r--r-- | abs/extra-testing/ccache/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra-testing/ccache/PKGBUILD b/abs/extra-testing/ccache/PKGBUILD index 14c3be9..81f188b 100644 --- a/abs/extra-testing/ccache/PKGBUILD +++ b/abs/extra-testing/ccache/PKGBUILD @@ -3,15 +3,14 @@ # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=ccache -pkgver=2.4 -pkgrel=5 +pkgver=3.0.1 +pkgrel=1 pkgdesc="ccache is a compiler cache" url="http://ccache.samba.org/" source=(http://samba.org/ftp/${pkgname}/$pkgname-$pkgver.tar.gz) license=('GPL') arch=('i686' 'x86_64') depends=('glibc') -md5sums=('73c1ed1e767c1752dd0f548ec1e66ce7') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -33,3 +32,4 @@ build() { ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++ } +md5sums=('15f2449899d9e8dc3aff6b86f97ab63e') |