summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-12-06 06:23:01 +0800
committerlilac2021-12-06 06:23:01 +0800
commitc6db3d5a3985bf17b259b3f9a8006520b8dcba06 (patch)
treeb92b0d54e820fc8598d5581bbf71d9ba175c6d5d
parente630586aeb2503245f311d7162cbdb807b21f5dc (diff)
downloadaur-c6db3d5a3985bf17b259b3f9a8006520b8dcba06.tar.gz
[lilac] updated to 0.7.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 796e11d13923..b61bf3f429c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-visions
pkgdesc = Type System for Data Analysis in Python
- pkgver = 0.7.4
+ pkgver = 0.7.5
pkgrel = 1
url = https://github.com/dylan-profiler/visions
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-visions
depends = python-numpy
depends = python-pandas
depends = python-tangled-up-in-unicode
- source = visions-0.7.4.tar.gz::https://github.com/dylan-profiler/visions/archive/v0.7.4.tar.gz
- sha512sums = 0ff3233fd59e1099c138f98fd46d94eb042f1d28c436db41fed5c12dad0a5d6f175db3122fafdbc7d76e0d487a152f530aca4d6aaef165c884f3e2b9d6ed1134
+ source = visions-0.7.5.tar.gz::https://github.com/dylan-profiler/visions/archive/v0.7.5.tar.gz
+ sha512sums = 63cb9be79c694a5440ce2e644275002800ee866e0de4d525e19ae0d9cba7bb2aa691c4dd8fa7e0b3362ff5eb5943688ab5d35ea091a8ceab7c68c9eda454128d
pkgname = python-visions
diff --git a/PKGBUILD b/PKGBUILD
index 8bd0ac3a727c..21e3fba81342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-visions
_pkgname=visions
-pkgver=0.7.4
+pkgver=0.7.5
pkgrel=1
pkgdesc='Type System for Data Analysis in Python'
arch=('any')
@@ -26,7 +26,7 @@ makedepends=(
python-sphinx_rtd_theme
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/dylan-profiler/visions/archive/v${pkgver}.tar.gz")
-sha512sums=('0ff3233fd59e1099c138f98fd46d94eb042f1d28c436db41fed5c12dad0a5d6f175db3122fafdbc7d76e0d487a152f530aca4d6aaef165c884f3e2b9d6ed1134')
+sha512sums=('63cb9be79c694a5440ce2e644275002800ee866e0de4d525e19ae0d9cba7bb2aa691c4dd8fa7e0b3362ff5eb5943688ab5d35ea091a8ceab7c68c9eda454128d')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"