summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Mischke2023-12-05 08:34:17 +0100
committerPatrick Mischke2023-12-05 08:34:17 +0100
commit63beb439fea90556521352c27dbc27ebab3b863d (patch)
treee9990cbc407c762721e40a4dec3b02bd5049ea1f
parent5821ec6261e65f5d1258256586cf981473b7f29b (diff)
downloadaur-63beb439fea90556521352c27dbc27ebab3b863d.tar.gz
Bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce966bc13971..89fc0dbf3d7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 4c3e3abbd319..ceaed2c5ff40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"