summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchn2021-05-01 22:50:21 +0800
committerchn2021-05-01 22:50:21 +0800
commit6c07ba3b5c6e700fc3c6b20861893e174893441c (patch)
tree736e254a6070d3f9b3b7f6c28d32e3ac72eaf718
parent33f69e3eeded63134ce6926397a760c78a4a0242 (diff)
downloadaur-6c07ba3b5c6e700fc3c6b20861893e174893441c.tar.gz
0.25.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dbca56ced85..f8d149107b03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = xwidgets
pkgdesc = The C++ backend for Jupyter interactive widgets.
- pkgver = 0.20.2
+ pkgver = 0.25.0
pkgrel = 1
url = https://github.com/jupyter-xeus/xwidgets
arch = x86_64
license = BSD
depends = xtl
- depends = xproperty
+ depends = xproperty=0.11.0
depends = xeus
depends = nlohmann-json
depends = jupyter-widgetsnbextension
- source = https://github.com/jupyter-xeus/xwidgets/archive/0.20.2.tar.gz
- md5sums = 2dda1147460516b6756b5cfb8766a13f
+ source = https://github.com/jupyter-xeus/xwidgets/archive/0.25.0.tar.gz
+ md5sums = 17727978842c3625c1d23bb42c165420
pkgname = xwidgets
diff --git a/PKGBUILD b/PKGBUILD
index 1f22ebb0738e..133e8d93c7a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Maintainer: Sebastian Gsänger <sebastian_gsaenger@web.de>
+# Maintainer: chn <g897331845@gmail.com>
+
pkgname=xwidgets
-pkgver=0.20.2
+pkgver=0.25.0
pkgrel=1
pkgdesc="The C++ backend for Jupyter interactive widgets."
arch=('x86_64')
url="https://github.com/jupyter-xeus/xwidgets"
license=('BSD')
-depends=('xtl' 'xproperty' 'xeus' 'nlohmann-json' 'jupyter-widgetsnbextension')
+depends=('xtl' 'xproperty=0.11.0' 'xeus' 'nlohmann-json' 'jupyter-widgetsnbextension')
makedepends=()
source=("https://github.com/jupyter-xeus/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('2dda1147460516b6756b5cfb8766a13f')
+md5sums=('17727978842c3625c1d23bb42c165420')
build() {
cd "$pkgname-$pkgver"