summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulien Seguinot2019-07-09 17:54:52 +0200
committerJulien Seguinot2019-07-09 17:54:52 +0200
commit97178a3e6c6191430b54b4270d1cc8d0450f4cd3 (patch)
tree615bbb77cc3307c2600f0e4d82d3a5be7aa8faa4 /PKGBUILD
parent2614e3ab107edf6720f0af104279d6b1638c9f00 (diff)
downloadaur-97178a3e6c6191430b54b4270d1cc8d0450f4cd3.tar.gz
Update to 1.1.4.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3a32ac76f02..61dc34052200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Seguinot <seguinot@vaw.baug.ethz.ch>
pkgname=pism
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=1
pkgdesc="Parallel Ice Sheet Model (PISM)"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('fftw>=3.1' 'gsl>=1.15' 'netcdf' 'openmpi' 'petsc>=3.5' 'proj' 'udunits
makedepends=('gcc' 'cmake>=3.1')
optdepends=() # FIXME proj is an optional dependence
source=("https://github.com/pism/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('65ae12304273d0adc944d944e4e6e300')
+md5sums=('85efc2b9b6951ad554609230fe6f9af9')
build() {
mkdir -p "$pkgname-$pkgver/build"