summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-08-03 12:51:02 +0200
committerOscar Morante2018-08-03 12:51:02 +0200
commit854be88380c2fcb109ffa13cc41a08292a43ed24 (patch)
treebf5542fbc60f69c7433e1e94606fc7fd03892a94
parent02b8f49af3b23a5ff5bb402507fcada29cd1ffaa (diff)
downloadaur-854be88380c2fcb109ffa13cc41a08292a43ed24.tar.gz
update to new upstream version (2018.2.1f1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 272c111fc96c..6dceaf24b5bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-doc
pkgdesc = Unity User Manual and Scripting API Reference.
- pkgver = 2018.2.0f2+20180711
+ pkgver = 2018.2.1f1+20180703
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = unity-editor-doc
makedepends = libarchive
depends = unity-editor
options = !strip
- source = http://beta.unity3d.com/download/10189b18f56e/UnitySetup-2018.2.0f2
- sha1sums = a8d71b86c8a8f3bbccdf813c3bc67b3dd92c728d
+ source = http://beta.unity3d.com/download/48afb4a72b1a/UnitySetup-2018.2.1f1
+ sha1sums = ed3906b2607db3b806be153f8062990268af76ac
pkgname = unity-editor-doc
diff --git a/PKGBUILD b/PKGBUILD
index 21c5d3245ddf..7a6b9dd3e923 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
-_version=2018.2.0
-_build=f2
-_buildtag=20180711
-_randomstring=10189b18f56e
+_version=2018.2.1
+_build=f1
+_buildtag=20180703
+_randomstring=48afb4a72b1a
_prefix=/opt/Unity
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepsources=yes
@@ -18,7 +18,7 @@ license=('custom')
depends=('unity-editor')
makedepends=('gtk2' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
-sha1sums=('a8d71b86c8a8f3bbccdf813c3bc67b3dd92c728d')
+sha1sums=('ed3906b2607db3b806be153f8062990268af76ac')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package