summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-01-29 14:28:41 +0300
committerViktor Drobot2020-01-29 14:28:41 +0300
commit5ebe4a983d33b1d9699d0b693c95018107942875 (patch)
tree9c0a26a1958da305c19b548a27bab635d492d966
parent5ade68a691a0a1136eceed30ed1eeda694393f4f (diff)
downloadaur-5ebe4a983d33b1d9699d0b693c95018107942875.tar.gz
Fixed clang dep (thx SGOrava)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ce9036df83a..4aebfee1985e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = shiboken2-git
pkgdesc = Generates bindings for C++ libraries using CPython source code (git version)
pkgver = r6554.6eb583d7
- pkgrel = 1
+ pkgrel = 2
url = https://www.qt.io
arch = x86_64
license = GPL2
@@ -17,7 +17,7 @@ pkgbase = shiboken2-git
sha256sums = SKIP
pkgname = shiboken2-git
- depends = clang=9.0.0
+ depends = clang=9.0.1
depends = llvm
depends = libxslt
depends = qt5-xmlpatterns
diff --git a/PKGBUILD b/PKGBUILD
index ca6d8a39e468..3c58f02f89a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@
pkgbase=shiboken2-git
pkgname=(shiboken2-git python-shiboken2-git)
-_clangver=9.0.0
+_clangver=9.0.1
pkgver=r6554.6eb583d7
-pkgrel=1
+pkgrel=2
arch=(x86_64)
url='https://www.qt.io'
license=(GPL2 LGPL)