summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2017-08-19 17:52:44 +0300
committerGordonGR2017-08-19 17:52:44 +0300
commit07efaac6af287cdd40967fd82721de893355ce5d (patch)
tree8b5401617decfcb2e11d0d7816f471339faaeb53
parentd70ed2f2bb39109a0508980c67cfb68675316f86 (diff)
downloadaur-07efaac6af287cdd40967fd82721de893355ce5d.tar.gz
0.9.0.0-1: Upstream update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1e732392f0d..1c17c6612b01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue May 16 17:03:56 UTC 2017
+# Sat Aug 19 14:52:25 UTC 2017
pkgbase = opensimulator
pkgdesc = A 3D application server used to create a virtual environment or world
- pkgver = 0.8.2.1
- pkgrel = 2
+ pkgver = 0.9.0.0
+ pkgrel = 1
url = http://opensimulator.org/wiki/Main_Page
install = opensimulator.install
arch = i686
@@ -13,12 +13,12 @@ pkgbase = opensimulator
depends = sqlite
optdepends = mysql
backup = opt/opensimulator/bin/OpenSim.ini
- source = http://opensimulator.org/dist/opensim-0.8.2.1-source.tar.gz
+ source = http://opensimulator.org/dist/opensim-0.9.0.0-source.tar.gz
source = opensimulator.sh
source = opensimulator-robust.sh
source = opensimulator.service
source = opensimulator-robust.service
- md5sums = 99b10f06b8fc77725c45c5c40e2cfb24
+ md5sums = 366ee2e355538ffeecfc1c6413076b0b
md5sums = 58270c537e91b85c1121aacc2ccb194e
md5sums = cb3b9d774a9973bb438c9052dbe77112
md5sums = c2686291b848bf584c9a05fbc6bac303
diff --git a/PKGBUILD b/PKGBUILD
index 97ac206bd048..e1a7da25c7c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Maintainer: GordonGR <ntheo1979@gmail.com>
pkgname=opensimulator
-pkgver=0.8.2.1
-pkgrel=2
+pkgver=0.9.0.0
+pkgrel=1
pkgdesc="A 3D application server used to create a virtual environment or world"
arch=('i686' 'x86_64')
url="http://opensimulator.org/wiki/Main_Page"
@@ -20,7 +20,7 @@ source=("http://opensimulator.org/dist/opensim-${pkgver}-source.tar.gz"
"opensimulator.service"
"opensimulator-robust.service")
backup=(opt/$pkgname/bin/OpenSim.ini)
-md5sums=('99b10f06b8fc77725c45c5c40e2cfb24'
+md5sums=('366ee2e355538ffeecfc1c6413076b0b'
'58270c537e91b85c1121aacc2ccb194e'
'cb3b9d774a9973bb438c9052dbe77112'
'c2686291b848bf584c9a05fbc6bac303'
@@ -66,7 +66,7 @@ find "$pkgdir"/opt/$pkgname/bin -name "*.exe" -exec chmod 755 {} +
find "$pkgdir"/opt/$pkgname/bin -name "*.ini" -exec chmod 666 {} +
find "$pkgdir"/opt/$pkgname/bin -name "*.xml" -exec chmod 666 {} +
chmod 777 "$pkgdir"/opt/$pkgname/bin/{,*/}
-chmod 755 "$pkgdir"/opt/$pkgname/bin/opensim-ode.sh
+#chmod 755 "$pkgdir"/opt/$pkgname/bin/opensim-ode.sh
chmod 666 "$pkgdir"/opt/$pkgname/bin/OpenSim.log
# install scripts, service and license files