summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2023-04-14 08:50:48 +0700
committerAchmad Fathoni2023-04-14 08:50:48 +0700
commitd0d052f373cc348d40db0d71efac75822a35694b (patch)
treedbc1d42f961c7f474d559bcf4e973d07fee667e7
parentd5b3bc9e7c5e68be5b52c687caaed3b1a5324674 (diff)
downloadaur-d0d052f373cc348d40db0d71efac75822a35694b.tar.gz
16.0.0
-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)