[arch-commits] Commit in ccache/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Mon Jun 21 22:54:41 UTC 2010


    Date: Monday, June 21, 2010 @ 18:54:40
  Author: giovanni
Revision: 83526

upgpkg: ccache 3.0-1
upstream release

Modified:
  ccache/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-21 22:46:17 UTC (rev 83525)
+++ PKGBUILD	2010-06-21 22:54:40 UTC (rev 83526)
@@ -3,15 +3,15 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=ccache
-pkgver=2.4
-pkgrel=5
-pkgdesc="ccache is a compiler cache"
+pkgver=3.0
+pkgrel=1
+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')
-md5sums=('73c1ed1e767c1752dd0f548ec1e66ce7')
+depends=('zlib')
+md5sums=('213bd7420f913e4c926eeac9cd2dadf6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -32,4 +32,3 @@
   ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
   ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
 }
-




More information about the arch-commits mailing list