summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxpt2020-01-03 01:32:53 -0300
committerxpt2020-01-03 01:32:53 -0300
commit5bab094278381a02b1b665e23166317ca480d06b (patch)
tree749a625fe670dfd5b2a4b63843756bf1445392a2
parente857d90eb3c371149701eea644fc2a9e5c3a9640 (diff)
downloadaur-5bab094278381a02b1b665e23166317ca480d06b.tar.gz
Update to 2.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--OpenStudio.desktop2
-rwxr-xr-xPKGBUILD7
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9df1de527b9..64038a87da5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = openstudio
pkgdesc = Supports whole building energy modeling using EnergyPlus
- pkgver = 2.7.1
+ pkgver = 2.9.1
pkgrel = 1
url = https://www.openstudio.net
arch = x86_64
license = LGPL
depends = ruby
- source = https://github.com/NREL/OpenStudio/releases/download/v2.7.1/OpenStudio-2.7.1.b8d47b8b9d-Linux.deb
+ source = https://github.com/NREL/OpenStudio/releases/download/v2.9.1/OpenStudio-2.9.1.3472e8b799-Linux.deb
source = OpenStudio.desktop
- md5sums = ff1c11726aba58899b140ff68d11421b
- md5sums = 3edac88e1dbdec57dde2baceacf19f39
+ md5sums = dffc748bb70415934478d3829b5b65c3
+ md5sums = 9067cc1ba565b4d74112f8cd2da171f8
pkgname = openstudio
diff --git a/OpenStudio.desktop b/OpenStudio.desktop
index 4e1f2386104c..9e8054eb74dd 100644
--- a/OpenStudio.desktop
+++ b/OpenStudio.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Version=2.3.0
+Version=2.9.1
Name=OpenStudio
Comment=Supports whole building energy modeling using EnergyPlus
Exec=LD_LIBRARY_PATH=/opt/openstudio/bin/:$LD_LIBRARY_PATH /opt/openstudio/bin/OpenStudioApp %f
diff --git a/PKGBUILD b/PKGBUILD
index 326c000a4364..3d30c12b8c32 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: xpt <user.xpt@gmail.com>
pkgname=openstudio
-pkgver=2.7.1
+pkgver=2.9.1
pkgrel=1
-_relvar='b8d47b8b9d'
+_relvar='3472e8b799'
pkgdesc="Supports whole building energy modeling using EnergyPlus"
arch=('x86_64')
url="https://www.openstudio.net"
@@ -10,7 +10,8 @@ depends=('ruby')
# optdep=('energyplus')
license=('LGPL')
source=("https://github.com/NREL/OpenStudio/releases/download/v$pkgver/OpenStudio-$pkgver.$_relvar-Linux.deb" 'OpenStudio.desktop')
-md5sums=('ff1c11726aba58899b140ff68d11421b' '3edac88e1dbdec57dde2baceacf19f39')
+md5sums=('dffc748bb70415934478d3829b5b65c3' '9067cc1ba565b4d74112f8cd2da171f8')
+
package() {
cd "${srcdir}/"