summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Barnett2017-03-09 12:15:28 -0600
committerJames Barnett2017-03-09 12:15:28 -0600
commit2f0620d99fc3e3b8e6e84154cd6af30207e65920 (patch)
treef1e25d65c2fb51df5c2c474187922ea19cae3b52
parent299d4e047cea12d68ec222b5a40c7e2b7b0a94d3 (diff)
downloadaur-2f0620d99fc3e3b8e6e84154cd6af30207e65920.tar.gz
0.4.4
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 468d95b91dcd..8785d729ea05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
-# Generated by mksrcinfo v8
-# Thu Feb 23 19:13:02 UTC 2017
pkgbase = libgmxfort
pkgdesc = A Fortran library for use in analyzing GROMACS simulation output files
- pkgver = 0.4.3
- pkgrel = 3
+ pkgver = 0.4.4
+ pkgrel = 1
url = https://github.com/wesbarnett/libgmxfort
arch = any
license = GPL
depends = xdrfile
- source = https://github.com/wesbarnett/libgmxfort/archive/0.4.3.tar.gz
- sha512sums = 719c75f7e643a5e1a0bfbd7e034cbf2c9b4dc61816f807caadadd73f23094b4ea10aa7f174674f5bf5a78e13af380d94fa709b67fd6f911c0ef9591f8002e860
+ 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
+ validpgpkeys = 8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3
+ sha512sums = f2da1ad2ca795b1dfa9cc0c31496a2ef5db99b3d586138d651daf86ae39ff27f2e2dd40a23518f05647447e5bc5aaf67141fee40d22687a4192b3a77322468bb
+ sha512sums = SKIP
pkgname = libgmxfort
diff --git a/PKGBUILD b/PKGBUILD
index 29564e9559ae..9c67d86e80b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: James W. Barnett <jbarnet4 at tulane dot edu>
pkgname=libgmxfort
-pkgver=0.4.3
-pkgrel=3
+pkgver=0.4.4
+pkgrel=1
pkgdesc="A Fortran library for use in analyzing GROMACS simulation output files"
arch=(any)
url="https://github.com/wesbarnett/libgmxfort"
license=('GPL')
depends=('xdrfile')
-source=(https://github.com/wesbarnett/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('719c75f7e643a5e1a0bfbd7e034cbf2c9b4dc61816f807caadadd73f23094b4ea10aa7f174674f5bf5a78e13af380d94fa709b67fd6f911c0ef9591f8002e860')
+source=(https://github.com/wesbarnett/${pkgname}/releases/download/${pkgver}/${pkgname}.${pkgver}.tar.gz{,.sig})
+validpgpkeys=('8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3')
+sha512sums=('f2da1ad2ca795b1dfa9cc0c31496a2ef5db99b3d586138d651daf86ae39ff27f2e2dd40a23518f05647447e5bc5aaf67141fee40d22687a4192b3a77322468bb'
+ 'SKIP')
prepare() {
mkdir build