summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6b22457252a..5a0430fad163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-visions
_pkgname=visions
-pkgver=0.7.5
-pkgrel=4
+pkgver=0.7.6
+pkgrel=2
pkgdesc='Type System for Data Analysis in Python'
arch=('any')
url='https://github.com/dylan-profiler/visions'
@@ -30,8 +30,8 @@ makedepends=(
python-sphinx_rtd_theme
python-wheel
)
-source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/dylan-profiler/visions/archive/v${pkgver}.tar.gz")
-sha512sums=('63cb9be79c694a5440ce2e644275002800ee866e0de4d525e19ae0d9cba7bb2aa691c4dd8fa7e0b3362ff5eb5943688ab5d35ea091a8ceab7c68c9eda454128d')
+source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
+sha512sums=('0ae1b6dd9778c1fcfb16dd6f88d49b59df05655eea21472026ddb749d4febdadc35990a514d6eaccd3a2f7a118381f66437a0bbb0069cafc1e1251e6169ce224')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"