summaryrefslogtreecommitdiffstats
path: root/abs/extra/ccache
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-05 05:41:33 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-05 05:41:33 (GMT)
commitd5aa0faaa679be890c07682f7db510a0d0736918 (patch)
treecf0930a53e26b625102c1a61dfb2df2a8062e60c /abs/extra/ccache
parentc7df37952fcbc482bb54524797fde27bf1270e48 (diff)
downloadlinhes_pkgbuild-d5aa0faaa679be890c07682f7db510a0d0736918.zip
linhes_pkgbuild-d5aa0faaa679be890c07682f7db510a0d0736918.tar.gz
linhes_pkgbuild-d5aa0faaa679be890c07682f7db510a0d0736918.tar.bz2
ccache:Bumped to latest.
Diffstat (limited to 'abs/extra/ccache')
-rw-r--r--abs/extra/ccache/PKGBUILD13
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')