Date: Saturday, March 7, 2015 @ 15:28:33 Author: lcarlier Revision: 232977
upgpkg: libclc 0.0.1.231373-1 update for llvm-3.6 Modified: libclc/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-07 14:17:33 UTC (rev 232976) +++ PKGBUILD 2015-03-07 14:28:33 UTC (rev 232977) @@ -2,16 +2,16 @@ # Maintainer: Laurent Carlier <[email protected]> pkgname=libclc -pkgver=0.0.1.217247 +pkgver=0.0.1.231373 pkgrel=1 pkgdesc="Library requirements of the OpenCL C programming language" arch=('any') url="http://libclc.llvm.org/" license=('MIT') -makedepends=('clang' 'svn' 'python2') +makedepends=('clang' 'python2' 'libedit') options=('staticlibs') -source=('libclc::svn+http://llvm.org/svn/llvm-project/libclc/trunk#revision=217247') -md5sums=(SKIP) +source=(https://sources.archlinux.org/other/packages/libclc/$pkgname-$pkgver.src.tar.xz) +md5sums=('e7b0767cd9f6c171ba4990df5d41b2aa') build() { cd libclc
