summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-11-11 12:23:36 -0500
committerCarlos Aznarán2023-11-11 12:23:36 -0500
commit732bc931a303333f3166f06401f023340da1ff90 (patch)
tree7fc6f0461dee949aba06985bd3b77f9236595bfa
parent87df7bbf6be7161e0a4fea88ee4ec3dbc860804f (diff)
downloadaur-732bc931a303333f3166f06401f023340da1ff90.tar.gz
Bump version to 1.18.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08b215c7039d..82396ac7242a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-holoviews
pkgdesc = With Holoviews, your data visualizes itself
- pkgver = 1.18.0
+ pkgver = 1.18.1
pkgrel = 1
url = https://holoviews.org
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-holoviews
depends = python-panel
depends = python-colorcet
optdepends = jupyter-nbconvert: for use holoviews command
- source = holoviews-1.18.0.tar.gz::https://github.com/holoviz/holoviews/archive/v1.18.0.tar.gz
- sha512sums = a195fce9540f40c0b2718639e19939583978482caeeb5d4eb793a1f92005e18118e3ac5d600ad8b94f269476da73b4afbd6d6d016296a7f91c5a1be0a6e49c45
+ source = holoviews-1.18.1.tar.gz::https://github.com/holoviz/holoviews/archive/v1.18.1.tar.gz
+ sha512sums = 13c99b5a868dfcd92a5291c62890e0d74fe4241e7c44e41cf85a63f52487c77608d882c4c71f4d653199e92155eabf1f8a3d54ba6b69d7a461ee3d458ae5861e
pkgname = python-holoviews
diff --git a/PKGBUILD b/PKGBUILD
index cd2643508802..43f7afbb1de0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Markus Kaiser <markus dot kaiser at in dot tum dot de>
_base=holoviews
pkgname=python-${_base}
-pkgver=1.18.0
+pkgver=1.18.1
pkgrel=1
pkgdesc="With Holoviews, your data visualizes itself"
arch=(any)
@@ -12,7 +12,7 @@ depends=(python-panel python-colorcet)
makedepends=(python-build python-installer python-wheel)
optdepends=('jupyter-nbconvert: for use holoviews command')
source=(${_base}-${pkgver}.tar.gz::https://github.com/holoviz/${_base}/archive/v${pkgver}.tar.gz)
-sha512sums=('a195fce9540f40c0b2718639e19939583978482caeeb5d4eb793a1f92005e18118e3ac5d600ad8b94f269476da73b4afbd6d6d016296a7f91c5a1be0a6e49c45')
+sha512sums=('13c99b5a868dfcd92a5291c62890e0d74fe4241e7c44e41cf85a63f52487c77608d882c4c71f4d653199e92155eabf1f8a3d54ba6b69d7a461ee3d458ae5861e')
build() {
cd ${_base}-${pkgver}