summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2016-01-18 17:05:58 +0100
committerHector Mtz-Seara2016-01-18 17:05:58 +0100
commit62db7f4e37df24124b4bd145c278fd9d722f4fc8 (patch)
treeb74de2f8475aed2ad7dd3ae0838147782d7676d8
parent423c00717c343ddf8c00ebebe102fab1492bc922 (diff)
downloadaur-62db7f4e37df24124b4bd145c278fd9d722f4fc8.tar.gz
Update to votca-tools-1.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80f599ae21eb..7831ba6d7c93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 8 10:16:22 UTC 2016
+# Mon Jan 18 16:05:07 UTC 2016
pkgbase = votca-tools
pkgdesc = Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is a package intended to reduce the amount of routine work when doing systematic coarse-graining of various systems. (LIBRARY)
- pkgver = 1.2.4
+ pkgver = 1.3
pkgrel = 1
url = http://www.votca.org/
arch = i686
@@ -15,8 +15,8 @@ pkgbase = votca-tools
depends = sqlite
depends = gsl
depends = expat
- source = https://github.com/votca/tools/archive/v1.2.4.tar.gz
- sha1sums = 45a06b485dbafdd05a3dae30c8106e15247a8a16
+ source = https://github.com/votca/tools/archive/v1.3.tar.gz
+ sha1sums = 1a18ccd1e37af73af118e0abb08fdd48f1e0ebd9
pkgname = votca-tools
diff --git a/PKGBUILD b/PKGBUILD
index 2483681b84e4..fa49cc30cd5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Hector Martinez-Seara Monne <hseara ##[at]## gmail?com>
pkgname=(votca-tools)
-pkgver=1.2.4
+pkgver=1.3
pkgrel=1
pkgdesc="Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is a package intended to reduce the amount of routine work when doing systematic coarse-graining of various systems. (LIBRARY)"
url="http://www.votca.org/"
@@ -14,7 +14,7 @@ makedepends=('cmake' 'doxygen')
source=(
https://github.com/votca/tools/archive/v${pkgver}.tar.gz
)
-sha1sums=('45a06b485dbafdd05a3dae30c8106e15247a8a16')
+sha1sums=('1a18ccd1e37af73af118e0abb08fdd48f1e0ebd9')
build() {
msg2 "Building votca-tools"