diff options
author | root <root@rshg054.dnsready.net> | 2013-04-06 00:05:46 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-06 00:05:46 -0700 |
commit | fd8249d016683ade99a23251d6ffdf5d5a3e76a4 (patch) | |
tree | de9e45e44e9a8ffb85bd8895dcec0ebcd34d17e3 /community/llvm-amdgpu-snapshot | |
parent | 3c7a59bfd2b8340068df7dc196e0c9b612b9ef31 (diff) |
Sat Apr 6 00:05:46 PDT 2013
Diffstat (limited to 'community/llvm-amdgpu-snapshot')
-rw-r--r-- | community/llvm-amdgpu-snapshot/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/llvm-amdgpu-snapshot/PKGBUILD b/community/llvm-amdgpu-snapshot/PKGBUILD index 229057db1..65dd5a138 100644 --- a/community/llvm-amdgpu-snapshot/PKGBUILD +++ b/community/llvm-amdgpu-snapshot/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 85846 2013-03-07 17:52:47Z lcarlier $ +# $Id: PKGBUILD 87738 2013-04-05 20:58:51Z lcarlier $ # Maintainer: Laurent Carlier <lordheavym@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Roberto Alsina <ralsina@kde.org> @@ -7,7 +7,7 @@ # Contributor: Tomas Wilhelmsson <tomas.wilhelmsson@gmail.com> pkgname=llvm-amdgpu-snapshot -pkgver=20130307 +pkgver=20130403 pkgrel=1 pkgdesc='Low Level Virtual Machine with AMDGPU enabled to build r600g shader llvm support' arch=('i686' 'x86_64') @@ -16,10 +16,10 @@ license=('custom:University of Illinois/NCSA Open Source License') depends=('libffi' 'python2' 'ocaml') conflicts=('llvm') source=(ftp://ftp.archlinux.org/other/community/llvm-amdgpu/llvm-amdgpu-master.${pkgver}.tar.gz) -md5sums=('6aa900855eea11b6dce86fb04d813d75') +md5sums=('4baa7b8da9eff4811952b6f855c141ca') build() { - cd "$srcdir"/llvm-* + cd "$srcdir"/llvm-c* sed -i 's/python$/python2/' utils/llvm-build/llvm-build @@ -48,7 +48,7 @@ build() { } package() { - cd "$srcdir"/llvm-* + cd "$srcdir"/llvm-c* make DESTDIR="$pkgdir" install |