summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVedran Miletić2023-11-17 19:28:00 +0100
committerVedran Miletić2023-11-17 19:28:00 +0100
commitcdde1f9ca64ef11d81a948c04f1fce2a8806a22e (patch)
treefe3e0fb79ff5ba5a14a67abeb8883556c662e216
parentbb4aa5deebddd07ef095d2f45a03694f55c12f9a (diff)
downloadaur-cdde1f9ca64ef11d81a948c04f1fce2a8806a22e.tar.gz
Updated version to 3.2.0
Patch contributed by Kherim Willems <kherim@kher.im>.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 029cf074a4fa..762d7fe29de2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-gsd
pkgdesc = GSD files store trajectories of the HOOMD-blue system state in a binary file with efficient random access to frames and allows all particle and topology properties to vary from one frame to the next.
- pkgver = 2.5.1
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/glotzerlab/gsd/
arch = x86_64
license = BSD
depends = cython
depends = python-numpy
- source = https://github.com/glotzerlab/gsd/archive/v2.5.1.tar.gz
- sha256sums = 1aff7f078b913bfd497c063bac941757b62462110cd69e63527db0b103cf8314
+ source = https://github.com/glotzerlab/gsd/archive/v3.2.0.tar.gz
+ sha256sums = 5310387eaf9cc0b4f1eff83f44af1735709cc99be432a59d7b42c0052cbb3ade
pkgname = python-gsd
diff --git a/PKGBUILD b/PKGBUILD
index ffab19f52b56..78e984bb450c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Submiter: Hector Mtz-Seara (hseara#at#gmail#com)
pkgname=python-gsd
-pkgver=2.5.1
+pkgver=3.2.0
pkgrel=1
pkgdesc="GSD files store trajectories of the HOOMD-blue system state in a binary file with efficient random access to frames and allows all particle and topology properties to vary from one frame to the next."
url="https://github.com/glotzerlab/gsd/"
@@ -10,7 +10,7 @@ depends=('cython' 'python-numpy')
source=(https://github.com/glotzerlab/gsd/archive/v$pkgver.tar.gz)
-sha256sums=('1aff7f078b913bfd497c063bac941757b62462110cd69e63527db0b103cf8314')
+sha256sums=('5310387eaf9cc0b4f1eff83f44af1735709cc99be432a59d7b42c0052cbb3ade')
build() {
cd $srcdir/gsd-$pkgver/