summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Lui Geh2023-05-24 11:48:05 -0300
committerRenato Lui Geh2023-05-24 11:48:05 -0300
commit375021cbb5aa0724973d97f3f94042545e44992f (patch)
tree10a43cb895e5ae09109d5f8cdd15bed14011c015
parent7792a23e1cf060f179603ef827d72431e3e1d971 (diff)
downloadaur-375021cbb5aa0724973d97f3f94042545e44992f.tar.gz
Bump to 1.14.11
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e1f150d3bd4..a27d557d6fa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cppyy-backend
pkgdesc = Cling-based Python-C++ bindings (backend)
- pkgver = 1.14.1
+ pkgver = 1.14.11
pkgrel = 1
url = https://cppyy.readthedocs.io/en/latest/index.html
arch = any
@@ -9,8 +9,7 @@ pkgbase = cppyy-backend
depends = python
depends = cppyy-cling
depends = python-wheel
- source = https://files.pythonhosted.org/packages/c2/f6/09379f9d973e5acc92f1aa8cc35cbc59adbdf0983bae14352531d995b2f5/cppyy-backend-1.14.1.tar.gz
- sha256sums = be69fc0afd48a25a0359627857926aa7d39b8ee731b14cab0d8990b0a60825f0
+ source = https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/cppyy-backend-1.14.11.tar.gz
+ sha256sums = 2d329adce65b421a4e8a1af36116fb1756571349dc6b22a9ac3dde54b2a30af1
pkgname = cppyy-backend
-
diff --git a/PKGBUILD b/PKGBUILD
index 255be9aa4e65..b7711c0427ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Renato Lui Geh <renatogeh at gmail dot com>
pkgname=cppyy-backend
-pkgver=1.14.1
+pkgver=1.14.11
pkgrel=1
pkgdesc="Cling-based Python-C++ bindings (backend)"
arch=('any')
@@ -9,8 +9,8 @@ url="https://cppyy.readthedocs.io/en/latest/index.html"
license=('LBNL BSD')
depends=('python' 'cppyy-cling' 'python-wheel')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/c2/f6/09379f9d973e5acc92f1aa8cc35cbc59adbdf0983bae14352531d995b2f5/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('be69fc0afd48a25a0359627857926aa7d39b8ee731b14cab0d8990b0a60825f0')
+source=("https://files.pythonhosted.org/packages/46/d4/d0c61d448891aa37253c98acf5cde26abd4ac5851e108976aa58b97c5011/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('2d329adce65b421a4e8a1af36116fb1756571349dc6b22a9ac3dde54b2a30af1')
build() {
cd $srcdir/${pkgname}-${pkgver}