summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Lui Geh2020-11-25 16:51:08 -0300
committerRenato Lui Geh2020-11-25 16:51:08 -0300
commit7792a23e1cf060f179603ef827d72431e3e1d971 (patch)
tree03d1b24213f7290fb5cfbbf0b607b49896cd0424
parentcab4c64ab00ff640365c57f25072cd5e7a26583d (diff)
downloadaur-7792a23e1cf060f179603ef827d72431e3e1d971.tar.gz
Bump to 1.14.1
Signed-off-by: Renato Lui Geh <renatogeh@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 907f4f5fbf70..0e1f150d3bd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cppyy-backend
pkgdesc = Cling-based Python-C++ bindings (backend)
- pkgver = 1.10.7
+ pkgver = 1.14.1
pkgrel = 1
url = https://cppyy.readthedocs.io/en/latest/index.html
arch = any
@@ -9,8 +9,8 @@ pkgbase = cppyy-backend
depends = python
depends = cppyy-cling
depends = python-wheel
- source = https://files.pythonhosted.org/packages/15/53/b75a3df99aa2a93d32aa7be94672657af9afd80d56a55432baf4ab52cdd7/cppyy-backend-1.10.7.tar.gz
- sha256sums = 57e7773ce78ee2f22307c5f44f13d203af7b11d001dbe1a0b07f430da4e54b90
+ source = https://files.pythonhosted.org/packages/c2/f6/09379f9d973e5acc92f1aa8cc35cbc59adbdf0983bae14352531d995b2f5/cppyy-backend-1.14.1.tar.gz
+ sha256sums = be69fc0afd48a25a0359627857926aa7d39b8ee731b14cab0d8990b0a60825f0
pkgname = cppyy-backend
diff --git a/PKGBUILD b/PKGBUILD
index 4c1b0af55589..255be9aa4e65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Renato Lui Geh <renatogeh at gmail dot com>
pkgname=cppyy-backend
-pkgver=1.10.7
+pkgver=1.14.1
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/15/53/b75a3df99aa2a93d32aa7be94672657af9afd80d56a55432baf4ab52cdd7/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('57e7773ce78ee2f22307c5f44f13d203af7b11d001dbe1a0b07f430da4e54b90')
+source=("https://files.pythonhosted.org/packages/c2/f6/09379f9d973e5acc92f1aa8cc35cbc59adbdf0983bae14352531d995b2f5/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('be69fc0afd48a25a0359627857926aa7d39b8ee731b14cab0d8990b0a60825f0')
build() {
cd $srcdir/${pkgname}-${pkgver}