summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-02-12 22:01:34 -0500
committerCarlos Aznarán2024-02-12 22:01:34 -0500
commit32e974d99ba67a720b23a8cee136e85ee00bab8e (patch)
tree34ab1079f48b6df144e13f2cc2160d1eb527bf2e
parent8844a596cb543c90b81b20a6a34cfffd7b66353d (diff)
downloadaur-32e974d99ba67a720b23a8cee136e85ee00bab8e.tar.gz
Bump version to 1.18.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 965ec86c9ef8..6ee8bbd991aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = python-holoviews
pkgdesc = With Holoviews, your data visualizes itself
- pkgver = 1.18.2
+ pkgver = 1.18.3
pkgrel = 1
url = https://holoviews.org
arch = any
- license = custom:BSD-3-clause
+ license = BSD-3-Clause
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-panel
depends = python-colorcet
optdepends = jupyter-nbconvert: for use holoviews command
- source = holoviews-1.18.2.tar.gz::https://github.com/holoviz/holoviews/archive/v1.18.2.tar.gz
- sha512sums = 7c05e3686c30a3710b8a08837e32262c81264d63acea4503bd8a163adb983b81a466d7dcec22f35abc19439c8a807d1ef1fe7a69abdc74e8eeb65ced536c4987
+ source = holoviews-1.18.3.tar.gz::https://github.com/holoviz/holoviews/archive/v1.18.3.tar.gz
+ sha512sums = 85f741aeb76728cc33bee704e880b21c0b2ef7308fc63cf9e35976cbb75254d077c637c1e0ecc10f2b37661b9db30657a7c62261fb4bb897a0c00c8ba07848e3
pkgname = python-holoviews
diff --git a/PKGBUILD b/PKGBUILD
index be87e9e7ad17..71f4d6a9a955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Markus Kaiser <markus dot kaiser at in dot tum dot de>
_base=holoviews
pkgname=python-${_base}
-pkgver=1.18.2
+pkgver=1.18.3
pkgrel=1
pkgdesc="With Holoviews, your data visualizes itself"
arch=(any)
url="https://${_base}.org"
-license=('custom:BSD-3-clause')
+license=(BSD-3-Clause)
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=('7c05e3686c30a3710b8a08837e32262c81264d63acea4503bd8a163adb983b81a466d7dcec22f35abc19439c8a807d1ef1fe7a69abdc74e8eeb65ced536c4987')
+sha512sums=('85f741aeb76728cc33bee704e880b21c0b2ef7308fc63cf9e35976cbb75254d077c637c1e0ecc10f2b37661b9db30657a7c62261fb4bb897a0c00c8ba07848e3')
build() {
cd ${_base}-${pkgver}