summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent60d75ccd113ee71777bfcc3c6fae52c83fd02f18 (diff)
downloadaur-python2-espressopp.tar.gz
Updated to v1.9.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {