summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-02-16 18:10:32 +0100
committerOscar Morante2018-02-16 18:10:32 +0100
commitd320f9f429bd0ccb6c380928257ea3a76e56c6b8 (patch)
treeaacb1b96c1ecc583d808d2859ff8edd92861171e
parentac7c19cd2ae8520bccb48496791e440bc069381b (diff)
downloadaur-d320f9f429bd0ccb6c380928257ea3a76e56c6b8.tar.gz
update to new upstream version (2017.3.1f1)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bed74f70a50..ada12f35f55b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unity-editor-doc
pkgdesc = Unity User Manual and Scripting API Reference.
- pkgver = 2017.3.0p2+20180117
- pkgrel = 2
+ pkgver = 2017.3.1f1+20180216
+ pkgrel = 1
url = https://unity3d.com/
arch = x86_64
license = custom
@@ -10,8 +10,8 @@ pkgbase = unity-editor-doc
makedepends = libarchive
depends = unity-editor
options = !strip
- source = http://beta.unity3d.com/download/7807bc63c3ab/UnitySetup-2017.3.0p2
- sha1sums = ed56e42d211732e37fa84aa31b0d3eb2c92b177d
+ source = http://beta.unity3d.com/download/aea5ecb8f9fd/UnitySetup-2017.3.1f1
+ sha1sums = 065c7c75980dd57dc9b7113b2cd089e2ba2b9931
pkgname = unity-editor-doc
diff --git a/PKGBUILD b/PKGBUILD
index 5dc3c5224491..718f26c47dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
-_version=2017.3.0
-_build=p2
-_buildtag=20180117
-_randomstring=7807bc63c3ab
+_version=2017.3.1
+_build=f1
+_buildtag=20180216
+_randomstring=aea5ecb8f9fd
_prefix=/opt/Unity
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepsources=yes
pkgname=unity-editor-doc
pkgver=${_version}${_build}+${_buildtag}
-pkgrel=2
+pkgrel=1
pkgdesc="Unity User Manual and Scripting API Reference."
arch=('x86_64')
url='https://unity3d.com/'
@@ -18,7 +18,7 @@ license=('custom')
depends=('unity-editor')
makedepends=('gtk2' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
-sha1sums=('ed56e42d211732e37fa84aa31b0d3eb2c92b177d')
+sha1sums=('065c7c75980dd57dc9b7113b2cd089e2ba2b9931')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package