[arch-commits] Commit in llvm-amdgpu-snapshot/trunk (PKGBUILD)

Laurent Carlier lcarlier at nymeria.archlinux.org
Fri Apr 5 20:58:41 UTC 2013


    Date: Friday, April 5, 2013 @ 22:58:40
  Author: lcarlier
Revision: 87737

upgpkg: llvm-amdgpu-snapshot 20130403-1

Update to last stable release

Modified:
  llvm-amdgpu-snapshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-05 17:29:45 UTC (rev 87736)
+++ PKGBUILD	2013-04-05 20:58:40 UTC (rev 87737)
@@ -7,7 +7,7 @@
 # Contributor: Tomas Wilhelmsson <tomas.wilhelmsson at 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 @@
 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 @@
 }
 
 package() {
-  cd "$srcdir"/llvm-*
+  cd "$srcdir"/llvm-c*
 
   make DESTDIR="$pkgdir" install
 




More information about the arch-commits mailing list