summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2017-10-01 14:59:40 +0200
committerHector Mtz-Seara2017-10-01 14:59:40 +0200
commitcbaeb2242a5ecf8d81d655439865c1cbdbc8c78a (patch)
treeb3087b207f84529cf498dfaa5fd708e498db2b9c
parent60d75ccd113ee71777bfcc3c6fae52c83fd02f18 (diff)
downloadaur-python2-espressopp.tar.gz
Updated to v1.9.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aa722b74680..dad17507681e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-espressopp
pkgdesc = ESPResSo++ is an extensible, flexible, fast and parallel simulation software for soft matter research.
- pkgver = 1.9.2
+ pkgver = 1.9.4.1
pkgrel = 1
url = http://www.espresso-pp.de/
arch = i686
@@ -13,8 +13,8 @@ pkgbase = python2-espressopp
depends = python2
depends = boost
depends = python2-mpi4py
- source = http://www.espresso-pp.de/Download/espressopp-1.9.2.tgz
- sha1sums = 7e9ad6ed25448275fa33e63fbf2e00c9399acf87
+ source = https://github.com/espressopp/espressopp/archive/v1.9.4.1.tar.gz
+ sha1sums = 7ffed56799d0719bf2a98157f343d99352742c23
pkgname = python2-espressopp
diff --git a/PKGBUILD b/PKGBUILD
index a962f0f8ba37..70cfc6684506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Hector Martinez-Seara Monne <hseara ##[at]## gmail?com>
pkgname=("python2-espressopp")
-pkgver=1.9.2
+pkgver=1.9.4.1
pkgrel=1
pkgdesc="ESPResSo++ is an extensible, flexible, fast and parallel simulation software for soft matter research."
url="http://www.espresso-pp.de/"
@@ -12,9 +12,9 @@ depends=('fftw' 'openmpi' 'python2' 'boost' 'python2-mpi4py')
optdepends=()
makedepends=('cmake' 'doxygen')
source=(
-http://www.espresso-pp.de/Download/espressopp-${pkgver}.tgz
+https://github.com/espressopp/espressopp/archive/v${pkgver}.tar.gz
)
-sha1sums=('7e9ad6ed25448275fa33e63fbf2e00c9399acf87')
+sha1sums=('7ffed56799d0719bf2a98157f343d99352742c23')
build() {