summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Martinez-Seara2018-11-23 10:15:02 +0100
committerHector Martinez-Seara2018-11-23 10:15:02 +0100
commit85e06ec82eb3c12cdc8976bd1437ec8f467519e5 (patch)
tree884964a8f4b2637e4d481049ce6f0ba129826ce2
parentb2179545b84d74dd41a845c31d9ebae960a63af2 (diff)
downloadaur-85e06ec82eb3c12cdc8976bd1437ec8f467519e5.tar.gz
Updated 1.4.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4048c3cf1a5f..545c7e62a41a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Jan 18 16:11:07 UTC 2016
pkgbase = votca-csg
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.
- pkgver = 1.3
+ pkgver = 1.4.1
pkgrel = 1
url = http://www.votca.org/
arch = i686
@@ -10,11 +8,12 @@ pkgbase = votca-csg
license = Apache
makedepends = cmake
makedepends = doxygen
- depends = python2
+ depends = python
depends = votca-tools
+ depends = txt2tags
optdepends = python2-espressopp
- source = https://github.com/votca/csg/archive/v1.3.tar.gz
- sha1sums = 4b7ec10f4b59852c28f6b3c203412a4a1d178188
+ source = https://github.com/votca/csg/archive/v1.4.1.tar.gz
+ sha1sums = 034744bdf0f08163d9dd53208d601e4d5a0f316b
pkgname = votca-csg
diff --git a/PKGBUILD b/PKGBUILD
index ac788dcd32c2..1f100de46460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,17 @@
# Maintainer: Hector Martinez-Seara Monne <hseara ##[at]## gmail?com>
pkgname=(votca-csg)
-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."
url="http://www.votca.org/"
license=("Apache")
arch=(i686 x86_64)
-depends=('python2' 'votca-tools')
-#depends=('python2' 'votca-tools' 'gromacs-5.0-complete')
+depends=('python' 'votca-tools' 'txt2tags')
optdepends=('python2-espressopp')
makedepends=('cmake' 'doxygen')
source=(https://github.com/votca/csg/archive/v${pkgver}.tar.gz)
-sha1sums=('4b7ec10f4b59852c28f6b3c203412a4a1d178188')
+sha1sums=('034744bdf0f08163d9dd53208d601e4d5a0f316b')
build() {
source /etc/profile.d/GMXRC.bash