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

Giovanni Scafora giovanni at archlinux.org
Mon Aug 22 10:09:42 UTC 2011


    Date: Monday, August 22, 2011 @ 06:09:42
  Author: giovanni
Revision: 136055

upgpkg: ccache 3.1.6-1

	upstream release

Modified:
  ccache/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-22 06:28:37 UTC (rev 136054)
+++ PKGBUILD	2011-08-22 10:09:42 UTC (rev 136055)
@@ -3,15 +3,15 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=ccache
-pkgver=3.1.5
+pkgver=3.1.6
 pkgrel=1
 pkgdesc="A compiler cache"
+arch=('i686' 'x86_64')
 url="http://ccache.samba.org/"
-source=("http://samba.org/ftp/${pkgname}/$pkgname-$pkgver.tar.bz2")
 license=('GPL')
-arch=('i686' 'x86_64')
 depends=('zlib')
-md5sums=('f652bd20253bb4aa1440ae50bea3c9e3')
+source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('343dc9b642e1d2af1e6bd8e474dde92e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}




More information about the arch-commits mailing list