summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew2020-05-21 17:13:36 +0100
committerAndrew2020-05-21 17:13:36 +0100
commit27b38e91cd850247d724a2db8a078f5399992fed (patch)
tree7423fc93f593216f6de88fbbc156dc7fdc943efa
parent9b2fe0fb04a0e5514b55cacc7477fb1c54e22442 (diff)
downloadaur-27b38e91cd850247d724a2db8a078f5399992fed.tar.gz
Change download URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d91d7d000b04..e0a9da759141 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = llvm90
- pkgdesc = LLVM compiler toolchain, version 9.0.0
+ pkgdesc = LLVM compiler toolchain, version 9.0.1
pkgver = 9.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://llvm.org/
arch = x86_64
license = custom:University of Illinois/NCSA Open Source License
@@ -14,7 +14,7 @@ pkgbase = llvm90
depends = libxml2
depends = python2
options = staticlibs
- source = https://releases.llvm.org/9.0.1/llvm-9.0.1.src.tar.xz
+ source = https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/llvm-9.0.1.src.tar.xz
sha256sums = SKIP
pkgname = llvm90
diff --git a/PKGBUILD b/PKGBUILD
index b5c6f04e62c5..6e31ecbce71a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Andrew Anderson <andrew.wja@gmail.com>
pkgname=llvm90
-pkgdesc="LLVM compiler toolchain, version 9.0.0"
+pkgdesc="LLVM compiler toolchain, version 9.0.1"
pkgver=9.0.1
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://llvm.org/"
license=('custom:University of Illinois/NCSA Open Source License')
depends=('libedit' 'libxml2' 'python2')
makedepends=('cmake' 'libffi' 'libedit' 'ncurses' 'libxml2')
options=('staticlibs')
-source=(https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz)
+source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/llvm-$pkgver.src.tar.xz)
sha256sums=('SKIP')
build() {