summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-05-01 14:01:21 +0200
committerMichel Zou2019-05-01 14:01:21 +0200
commit5f21aae3e733fb6447ad86339ce36ce78712fee0 (patch)
tree78346b5a74689207d0541e2344ccf2343e112d05
parent494249d7d3552ff2498a9f1eef1e34bf1aa278a6 (diff)
downloadaur-5f21aae3e733fb6447ad86339ce36ce78712fee0.tar.gz
zlib
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fff3e1e92e2..c793530bacf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mingw-w64-llvm
pkgdesc = Collection of modular and reusable compiler and toolchain technologies (mingw-w64)
pkgver = 8.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://llvm.org/
arch = any
license = custom:University of Illinois/NCSA Open Source License
makedepends = mingw-w64-cmake
makedepends = llvm
makedepends = python2
- depends = mingw-w64-crt
+ depends = mingw-w64-zlib
options = !strip
options = !buildflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index f90da7ed2aba..3b7daba02328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=('mingw-w64-llvm')
pkgver=8.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Collection of modular and reusable compiler and toolchain technologies (mingw-w64)"
arch=('any')
url="http://llvm.org/"
license=('custom:University of Illinois/NCSA Open Source License')
-depends=('mingw-w64-crt')
+depends=('mingw-w64-zlib')
makedepends=('mingw-w64-cmake' 'llvm' 'python2')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz")