summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Barnett2016-12-16 21:15:26 -0600
committerJames Barnett2016-12-16 21:15:26 -0600
commit4b1c0047f4310fa88155db4fd60a183e3036417c (patch)
treed2ed78bbb0e8b0a2e9c9294d5e96a2c4390a3c55
parent90aa9175c4d3e2b98ed6a0c22c948cbb3527d0d2 (diff)
downloadaur-4b1c0047f4310fa88155db4fd60a183e3036417c.tar.gz
2.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9791d8ab5b91..d804350dbf32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 8 20:08:53 UTC 2016
+# Sat Dec 17 03:15:19 UTC 2016
pkgbase = python-parmed
pkgdesc = Parameter/topology editor and molecular simulator
- pkgver = 2.5.1
+ pkgver = 2.7.1
pkgrel = 1
url = https://parmed.github.io/ParmEd/html/index.html
arch = i686
@@ -10,8 +10,8 @@ pkgbase = python-parmed
license = MIT
license = LGPL
depends = python
- source = https://github.com/ParmEd/ParmEd/archive/2.5.1.tar.gz
- md5sums = 7540604f3069b4933aeb5528e0769959
+ source = https://github.com/ParmEd/ParmEd/archive/2.7.1.tar.gz
+ sha512sums = 1f056d6b5f6ae2cea77d7781a5d3ab95ebbe304005c2d493c8222944d30dd9c0af1e17492d03e864cea15e405eb0561ce0c04c4414a4a8153230f24878df1f1a
pkgname = python-parmed
diff --git a/PKGBUILD b/PKGBUILD
index ce2bea44959c..35331dd45e32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-parmed
-pkgver=2.5.1
+pkgver=2.7.1
pkgrel=1
pkgdesc="Parameter/topology editor and molecular simulator"
arch=('i686' 'x86_64')
@@ -7,7 +7,7 @@ url="https://parmed.github.io/ParmEd/html/index.html"
depends=('python')
license=('MIT' 'LGPL')
source=("https://github.com/ParmEd/ParmEd/archive/${pkgver}.tar.gz")
-md5sums=('7540604f3069b4933aeb5528e0769959')
+sha512sums=('1f056d6b5f6ae2cea77d7781a5d3ab95ebbe304005c2d493c8222944d30dd9c0af1e17492d03e864cea15e405eb0561ce0c04c4414a4a8153230f24878df1f1a')
package() {
cd ${srcdir}/ParmEd-${pkgver}