summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Barnett2017-03-09 12:17:56 -0600
committerJames Barnett2017-03-09 12:17:56 -0600
commit1c2b783ac1ee012395665940f95cf359619905c4 (patch)
treeec31d2439c7c8bf6c7ac28f407a6019613d819f3
parent2f0620d99fc3e3b8e6e84154cd6af30207e65920 (diff)
downloadaur-1c2b783ac1ee012395665940f95cf359619905c4.tar.gz
0.4.4-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8785d729ea05..3edea595d603 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libgmxfort
pkgdesc = A Fortran library for use in analyzing GROMACS simulation output files
pkgver = 0.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wesbarnett/libgmxfort
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 9c67d86e80b1..816e43fada9f 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=1
+pkgrel=2
pkgdesc="A Fortran library for use in analyzing GROMACS simulation output files"
arch=(any)
url="https://github.com/wesbarnett/libgmxfort"
@@ -15,7 +15,7 @@ sha512sums=('f2da1ad2ca795b1dfa9cc0c31496a2ef5db99b3d586138d651daf86ae39ff27f2e2
prepare() {
mkdir build
cd build
- cmake "${srcdir}/${pkgname}-${pkgver}"
+ cmake "${srcdir}/${pkgname}"
}
build() {