diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/libclc-svn/PKGBUILD (renamed from libre/libclc-git/PKGBUILD) | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/libre/libclc-git/PKGBUILD b/libre/libclc-svn/PKGBUILD index 432751146..ada19c6ff 100644 --- a/libre/libclc-git/PKGBUILD +++ b/libre/libclc-svn/PKGBUILD @@ -1,28 +1,18 @@ # Maintainer: Márcio Silva <coadde@lavabit.com> _pkgname=libclc -pkgname=$_pkgname-git +pkgname=$_pkgname-svn pkgver=$(LC_ALL=C date -u +%Y%m%d) pkgrel=1 -arch=( - mips64el - x86_64 - i686 -) +arch=(mips64el x86_64 i686) pkgdesc='Library requirements of the OpenCL C programming language.' -url=( - http://cgit.freedesktop.org/~tstellar/$_pkgname - http://libclc.llvm.org/ -) +url=http://libclc.llvm.org/ license=MIT depends=clang -makedepends=( - git - python2 -) +makedepends=(svn python2) provides=($_pkgname) conflicts=$_pkgname -source=git://people.freedesktop.org/~tstellar/$_pkgname.git +source=$_pkgname::svn+http://llvm.org/svn/llvm-project/libclc/trunk sha512sums=SKIP prepare() { |