summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxpt2017-04-03 00:11:48 -0300
committerxpt2017-04-03 00:11:48 -0300
commit5f99ffcad9057002d50408baeaab08833667d862 (patch)
treef200b9c01fdae295b34981785b35aaa9968dd837
parentd500f215daeca90fdfa77d10cd78ffcd7223084f (diff)
downloadaur-5f99ffcad9057002d50408baeaab08833667d862.tar.gz
Update to 2.1.0-1
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d38d3bf42fb4..905ed1335f07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Dec 22 07:05:42 UTC 2016
+# Mon Apr 3 03:11:47 UTC 2017
pkgbase = openstudio
pkgdesc = Supports whole building energy modeling using EnergyPlus
- pkgver = 1.14.0
+ pkgver = 2.1.0
pkgrel = 1
url = https://www.openstudio.net
arch = x86_64
license = LGPL
depends = ruby
- source = https://github.com/NREL/OpenStudio/releases/download/1.14.0/OpenStudio-1.14.0.2181d73b03-Linux.deb
+ source = https://github.com/NREL/OpenStudio/releases/download/2.1.0/OpenStudio-2.1.0.efe91d7516-Linux.deb
source = patch_desktop.patch
- md5sums = 8eca076fe7a5fa8d8f81df4add488bc9
+ md5sums = 1ba248f8a4c350b6dd1511ab110b1740
md5sums = 5afef8d61b5af033c69a26daa5959508
pkgname = openstudio
diff --git a/PKGBUILD b/PKGBUILD
index 0755bd8ed18f..bcd3f803a3ed 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: xpt <user.xpt@gmail.com>
pkgname=openstudio
-pkgver=1.14.0
+pkgver=2.1.0
pkgrel=1
-_relvar='2181d73b03'
+_relvar='efe91d7516'
pkgdesc="Supports whole building energy modeling using EnergyPlus"
arch=('x86_64')
url="https://www.openstudio.net"
@@ -10,7 +10,7 @@ depends=('ruby')
# optdep=('energyplus')
license=('LGPL')
source=("https://github.com/NREL/OpenStudio/releases/download/$pkgver/OpenStudio-$pkgver.$_relvar-Linux.deb" 'patch_desktop.patch')
-md5sums=('8eca076fe7a5fa8d8f81df4add488bc9' '5afef8d61b5af033c69a26daa5959508')
+md5sums=('1ba248f8a4c350b6dd1511ab110b1740' '5afef8d61b5af033c69a26daa5959508')
package() {