summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 762d7fe29de2..221225f7087d 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 = 3.2.0
+ pkgver = 3.2.1
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/v3.2.0.tar.gz
- sha256sums = 5310387eaf9cc0b4f1eff83f44af1735709cc99be432a59d7b42c0052cbb3ade
+ source = https://github.com/glotzerlab/gsd/archive/v3.2.1.tar.gz
+ sha256sums = de6832e7fd063a5e0fcdd9f78fdb627843ea73218473e876f3e8256ab773f37b
pkgname = python-gsd
diff --git a/PKGBUILD b/PKGBUILD
index 78e984bb450c..6c6195899511 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Submiter: Hector Mtz-Seara (hseara#at#gmail#com)
pkgname=python-gsd
-pkgver=3.2.0
+pkgver=3.2.1
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=('5310387eaf9cc0b4f1eff83f44af1735709cc99be432a59d7b42c0052cbb3ade')
+sha256sums=('de6832e7fd063a5e0fcdd9f78fdb627843ea73218473e876f3e8256ab773f37b')
build() {
cd $srcdir/gsd-$pkgver/