summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Barnett2017-03-29 08:27:42 -0500
committerJames Barnett2017-03-29 08:27:42 -0500
commit8568a3447d02db23e80a59991788603bfa7c838a (patch)
tree7523a624795db4ddbc05210d1e646021b0de4f59
parent6f6f00a7a4a003b900c37b73292d061454ec90e1 (diff)
downloadaur-8568a3447d02db23e80a59991788603bfa7c838a.tar.gz
0.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3edea595d603..02cbe9f82cef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = libgmxfort
pkgdesc = A Fortran library for use in analyzing GROMACS simulation output files
- pkgver = 0.4.4
- pkgrel = 2
+ pkgver = 0.5
+ pkgrel = 1
url = https://github.com/wesbarnett/libgmxfort
arch = any
license = GPL
depends = xdrfile
- source = https://github.com/wesbarnett/libgmxfort/releases/download/0.4.4/libgmxfort.0.4.4.tar.gz
- source = https://github.com/wesbarnett/libgmxfort/releases/download/0.4.4/libgmxfort.0.4.4.tar.gz.sig
+ source = https://github.com/wesbarnett/libgmxfort/releases/download/0.5/libgmxfort.0.5.tar.gz
+ source = https://github.com/wesbarnett/libgmxfort/releases/download/0.5/libgmxfort.0.5.tar.gz.sig
validpgpkeys = 8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3
- sha512sums = f2da1ad2ca795b1dfa9cc0c31496a2ef5db99b3d586138d651daf86ae39ff27f2e2dd40a23518f05647447e5bc5aaf67141fee40d22687a4192b3a77322468bb
+ sha512sums = 072e911c634bfffbfc667eba76da2abd3ee6422e0e1d7bf643119d5ec1a6381e3ca015d35a902cd8c01ec225cc4658bb68363de2129625bed1e58b211ae5727c
sha512sums = SKIP
pkgname = libgmxfort
diff --git a/PKGBUILD b/PKGBUILD
index a165a86e1e15..f7a4a2e17140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James W. Barnett <jbarnet4 at tulane dot edu>
pkgname=libgmxfort
-pkgver=0.4.4
-pkgrel=3
+pkgver=0.5
+pkgrel=1
pkgdesc="A Fortran library for use in analyzing GROMACS simulation output files"
arch=(any)
url="https://github.com/wesbarnett/libgmxfort"
@@ -9,7 +9,7 @@ license=('GPL')
depends=('xdrfile')
source=(https://github.com/wesbarnett/${pkgname}/releases/download/${pkgver}/${pkgname}.${pkgver}.tar.gz{,.sig})
validpgpkeys=('8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3')
-sha512sums=('f2da1ad2ca795b1dfa9cc0c31496a2ef5db99b3d586138d651daf86ae39ff27f2e2dd40a23518f05647447e5bc5aaf67141fee40d22687a4192b3a77322468bb'
+sha512sums=('072e911c634bfffbfc667eba76da2abd3ee6422e0e1d7bf643119d5ec1a6381e3ca015d35a902cd8c01ec225cc4658bb68363de2129625bed1e58b211ae5727c'
'SKIP')
prepare() {