summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Martinez-Seara2021-01-20 22:44:37 +0100
committerHector Martinez-Seara2021-01-20 22:44:37 +0100
commita5708dc362e65a328507dac01048eb7a8d705bdf (patch)
tree24b13ba511ad676106dd9289df73305373766c9d
parent0e7325ea0bd1cb6539f532e813cac840e15b0010 (diff)
downloadaur-a5708dc362e65a328507dac01048eb7a8d705bdf.tar.gz
Corrected description and webpage
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30d248564ac8..f79353f8b4d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-gsd
- pkgdesc = The macromolecular transmission format (MMTF) is a binary encoding of biological structures.
+ 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
pkgrel = 1
- url = http://mmtf.rcsb.org/
+ url = https://github.com/glotzerlab/gsd/
arch = x86_64
license = BSD
depends = cython
diff --git a/PKGBUILD b/PKGBUILD
index e4d605dfa120..73fb4b5c1cc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-gsd
pkgver=2.4.0
pkgrel=1
-pkgdesc="The macromolecular transmission format (MMTF) is a binary encoding of biological structures."
-url="http://mmtf.rcsb.org/"
+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/"
license=("BSD")
arch=('x86_64')
depends=('cython' 'python-numpy')