summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxpt2016-12-22 04:04:43 -0300
committerxpt2016-12-22 04:04:43 -0300
commit1863c2ad7c9194f03eb25b34d06b2c5ba0f512f6 (patch)
tree384009a83a3a1bb6e6f0926c88d82a2e1a7e943c
parentca216db9411d5bc0e67731aae36288122346b5a5 (diff)
downloadaur-1863c2ad7c9194f03eb25b34d06b2c5ba0f512f6.tar.gz
Update to 1.14.0-1
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6405b31187f..5721689dd98e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Oct 16 03:59:34 UTC 2016
+# Thu Dec 22 07:04:43 UTC 2016
pkgbase = openstudio
pkgdesc = Supports whole building energy modeling using EnergyPlus
- pkgver = 1.13.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://www.openstudio.net
arch = x86_64
license = LGPL
depends = ruby
- source = https://github.com/NREL/OpenStudio/releases/download/1.13.0/OpenStudio-1.13.0.fb588cc683-Linux.deb
+ source = https://github.com/NREL/OpenStudio/releases/download/1.14.0/OpenStudio-1.14.0.2181d73b03-Linux.deb
source = patch_desktop.patch
- md5sums = 5037d23df78470931226b654b23776f3
+ md5sums = 8eca076fe7a5fa8d8f81df4add488bc9
md5sums = 5afef8d61b5af033c69a26daa5959508
pkgname = openstudio
diff --git a/PKGBUILD b/PKGBUILD
index 8deb9eb8e204..0755bd8ed18f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: xpt <user.xpt@gmail.com>
pkgname=openstudio
-pkgver=1.13.0
+pkgver=1.14.0
pkgrel=1
-_relvar='fb588cc683'
+_relvar='2181d73b03'
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=('5037d23df78470931226b654b23776f3' '5afef8d61b5af033c69a26daa5959508')
+md5sums=('8eca076fe7a5fa8d8f81df4add488bc9' '5afef8d61b5af033c69a26daa5959508')
package() {