summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Martinez-Seara2018-11-23 09:10:22 +0100
committerHector Martinez-Seara2018-11-23 09:10:22 +0100
commit0e9a22b0905c7702f4a392f534d129d0e4f012a5 (patch)
treeb054c40cb20d4050d58cb57128799d3983a72be1
parent62db7f4e37df24124b4bd145c278fd9d722f4fc8 (diff)
downloadaur-0e9a22b0905c7702f4a392f534d129d0e4f012a5.tar.gz
Updated to 1.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7831ba6d7c93..6a981ea04236 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# 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.3
+ pkgver = 1.4.1
pkgrel = 1
url = http://www.votca.org/
arch = i686
@@ -15,8 +13,8 @@ pkgbase = votca-tools
depends = sqlite
depends = gsl
depends = expat
- source = https://github.com/votca/tools/archive/v1.3.tar.gz
- sha1sums = 1a18ccd1e37af73af118e0abb08fdd48f1e0ebd9
+ source = https://github.com/votca/tools/archive/v1.4.1.tar.gz
+ sha1sums = 675a40678248b0ff90bf44663eeeea6ac0e5f9ed
pkgname = votca-tools
diff --git a/PKGBUILD b/PKGBUILD
index fa49cc30cd5b..a1c1ec2594ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Hector Martinez-Seara Monne <hseara ##[at]## gmail?com>
pkgname=(votca-tools)
-pkgver=1.3
+pkgver=1.4.1
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=('1a18ccd1e37af73af118e0abb08fdd48f1e0ebd9')
+sha1sums=('675a40678248b0ff90bf44663eeeea6ac0e5f9ed')
build() {
msg2 "Building votca-tools"