summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHector Martinez-Seara2024-05-03 15:10:34 +0200
committerHector Martinez-Seara2024-05-03 15:10:34 +0200
commit1f43e68b0bde7cebf0bf10d559927c62ca93c74e (patch)
treebc295bf65f54302958ace6dbc5e3e904db024043 /PKGBUILD
parentcdde1f9ca64ef11d81a948c04f1fce2a8806a22e (diff)
downloadaur-python-gsd.tar.gz
Updated to v3.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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/