diff options
author | Patrick Mischke | 2023-12-05 08:34:17 +0100 |
---|---|---|
committer | Patrick Mischke | 2023-12-05 08:34:17 +0100 |
commit | 63beb439fea90556521352c27dbc27ebab3b863d (patch) | |
tree | e9990cbc407c762721e40a4dec3b02bd5049ea1f | |
parent | 5821ec6261e65f5d1258256586cf981473b7f29b (diff) | |
download | aur-63beb439fea90556521352c27dbc27ebab3b863d.tar.gz |
Bump version
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 11 |
2 files changed, 8 insertions, 11 deletions
@@ -1,7 +1,7 @@ pkgbase = python-glumpy pkgdesc = python library for scientific visualization, interfacing numpy and OpenGL - pkgver = 1.2.0 - pkgrel = 4 + pkgver = 1.2.1 + pkgrel = 1 url = https://github.com/glumpy/glumpy arch = any license = BSD @@ -9,7 +9,7 @@ pkgbase = python-glumpy depends = python-numpy depends = python-triangle depends = python-opengl - source = https://github.com/glumpy/glumpy/archive/refs/heads/master.zip - sha256sums = SKIP + source = https://github.com/glumpy/glumpy/archive/refs/tags/v1.2.1.tar.gz + sha256sums = 5667fbfec6ac380aabe38b428360e605e831b707a81aab07ff1093ece88e8a9e pkgname = python-glumpy @@ -2,18 +2,15 @@ pkgname='python-glumpy' _name='glumpy' -pkgver=1.2.0 -pkgrel=4 +pkgver=1.2.1 +pkgrel=1 pkgdesc="python library for scientific visualization, interfacing numpy and OpenGL" url="https://github.com/glumpy/glumpy" depends=('cython' 'python-numpy' 'python-triangle' 'python-opengl') license=('BSD') arch=('any') -#source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") -#source=("https://github.com/glumpy/glumpy/archive/refs/tags/1.2.0.tar.gz") -#sha256sums=('83df6f1a465d5d32332b87cbda89a2664b136e15f252e09e66220a2e43801460') -source=("https://github.com/glumpy/glumpy/archive/refs/heads/master.zip") -sha256sums=('SKIP') +source=("https://github.com/glumpy/glumpy/archive/refs/tags/v${pkgver}.tar.gz") +sha256sums=('5667fbfec6ac380aabe38b428360e605e831b707a81aab07ff1093ece88e8a9e') build() { cd "$_name-$pkgver" |