summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08f28a75991f..2da9062b9474 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-libclang
pkgdesc = Clang Python Bindings
- pkgver = 15.0.6.1
+ pkgver = 16.0.0
pkgrel = 1
url = https://pypi.org/project/libclang
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = python-libclang
makedepends = python-installer
makedepends = python-wheel
depends = python
- source = https://files.pythonhosted.org/packages/py2.py3/l/libclang/libclang-15.0.6.1-py2.py3-none-manylinux1_x86_64.whl
+ source = https://files.pythonhosted.org/packages/py2.py3/l/libclang/libclang-16.0.0-py2.py3-none-manylinux1_x86_64.whl
sha256sums = e429853939423f276a25140b0b702442d7da9a09e001c05e48df888336947614
pkgname = python-libclang
diff --git a/PKGBUILD b/PKGBUILD
index 6827c4e9ab7e..1b0f13aabed4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Achmad Fathoni<fathoni.id(at)gmail.com>
pkgname=python-libclang
_pkgname=${pkgname:7}
-pkgver=15.0.6.1
+pkgver=16.0.0
pkgrel=1
pkgdesc="Clang Python Bindings"
arch=(x86_64)