summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2022-01-07 16:41:17 +0100
committerHector Mtz-Seara2022-01-07 16:41:17 +0100
commitbb4aa5deebddd07ef095d2f45a03694f55c12f9a (patch)
treefac28d41332e2afe83f1fea07b92a14218c83a5e
parenta5708dc362e65a328507dac01048eb7a8d705bdf (diff)
downloadaur-bb4aa5deebddd07ef095d2f45a03694f55c12f9a.tar.gz
v2.5.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f79353f8b4d4..029cf074a4fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +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.4.0
+ pkgver = 2.5.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/v2.4.0.tar.gz
- sha256sums = 210b56995b22ae7cc2c53e0307f267752c7738ae4b149ab798f9c16f47943a8b
+ source = https://github.com/glotzerlab/gsd/archive/v2.5.1.tar.gz
+ sha256sums = 1aff7f078b913bfd497c063bac941757b62462110cd69e63527db0b103cf8314
pkgname = python-gsd
-
diff --git a/PKGBUILD b/PKGBUILD
index 73fb4b5c1cc1..ffab19f52b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Submiter: Hector Mtz-Seara (hseara#at#gmail#com)
pkgname=python-gsd
-pkgver=2.4.0
+pkgver=2.5.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=('210b56995b22ae7cc2c53e0307f267752c7738ae4b149ab798f9c16f47943a8b')
+sha256sums=('1aff7f078b913bfd497c063bac941757b62462110cd69e63527db0b103cf8314')
build() {
cd $srcdir/gsd-$pkgver/