summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxpt2019-01-25 16:13:22 -0300
committerxpt2019-01-25 16:13:22 -0300
commitb27a81f804b6f54eb06769963d1b3bf3ea0ec89b (patch)
treeb8b416dc10bf34a2325bf88d6fc69c435315d7c0
parent6b8be3f422601771340c8718ea5385820b53e6b8 (diff)
downloadaur-b27a81f804b6f54eb06769963d1b3bf3ea0ec89b.tar.gz
Update to 9.0.1
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90df08bb68bb..8ca158ecd36b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# miƩ nov 8 14:10:40 UTC 2017
pkgbase = energyplus
pkgdesc = A building energy simulation engine to model energy and water use in buildings
- pkgver = 8.8.0
+ pkgver = 9.0.1
pkgrel = 1
url = http://apps1.eere.energy.gov/buildings/energyplus/
install = energyplus.install
@@ -10,8 +8,8 @@ pkgbase = energyplus
license = GPL
depends = tar
depends = gzip
- source = https://github.com/NREL/EnergyPlus/releases/download/v8.8.0/EnergyPlus-8.8.0-7c3bbe4830-Linux-x86_64.sh
- md5sums = 13781170f7a729182aa290540aafaefd
+ source = https://github.com/NREL/EnergyPlus/releases/download/v9.0.1/EnergyPlus-9.0.1-bb7ca4f0da-Linux-x86_64.sh
+ md5sums = d393c99b3a160e1b0cc1371e4786362e
pkgname = energyplus
diff --git a/PKGBUILD b/PKGBUILD
index 9efc879f2275..241baf347fa4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: xpt <user.xpt@gmail.com>
pkgname=energyplus
-pkgver=8.8.0
+pkgver=9.0.1
pkgrel=1
-_relcode='7c3bbe4830'
+_relcode='bb7ca4f0da'
install="$pkgname.install"
pkgdesc="A building energy simulation engine to model energy and water use in buildings"
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('GPL')
# source=("https://github.com/NREL/EnergyPlus/archive/v$pkgver.$pkgrel.tar.gz")
# md5sums=('761fc37599eb6e83af0e133472959dd8')
source=("https://github.com/NREL/EnergyPlus/releases/download/v$pkgver/EnergyPlus-$pkgver-$_relcode-Linux-x86_64.sh")
-md5sums=('13781170f7a729182aa290540aafaefd')
+md5sums=('d393c99b3a160e1b0cc1371e4786362e')
install_script=EnergyPlus-$pkgver-$_relcode-Linux-x86_64.sh
@@ -23,6 +23,6 @@ install_directory="/opt"
mkdir -p ${pkgdir}${install_directory}
cd "${srcdir}/"
-tail -n +177 $install_script | gunzip | (cd "${pkgdir}${install_directory}" && tar xf -)
+tail -n +163 $install_script | gunzip | (cd "${pkgdir}${install_directory}" && tar xf -)
}