summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-08-03 11:10:03 +0200
committerOscar Morante2018-08-03 11:59:22 +0200
commitb1f505a541d04323a3e4cfa7bceeeb6a0e9d5f94 (patch)
tree93517d06cd4416969e2e35b3b1b957f500811503
parentd38753da0049ec0f3df097cea0b4ff1b8b384fbd (diff)
downloadaur-b1f505a541d04323a3e4cfa7bceeeb6a0e9d5f94.tar.gz
update to new upstream version (2017.4.8f1)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d2d0bf434e9..0f6f04c56a32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unity-editor-lts-facebook
pkgdesc = Allows building your Unity projects for the Facebook-Games platform
- pkgver = 2017.4.7f1+20180703
+ pkgver = 2017.4.8f1+20180703
pkgrel = 1
url = https://unity3d.com/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = unity-editor-lts-facebook
makedepends = libarchive
depends = unity-editor-lts
options = !strip
- source = http://beta.unity3d.com/download/1d86eef80e0a/UnitySetup-2017.4.7f1
- md5sums = b3ae793ba7f9c5d6d334df7763b85049
+ source = http://beta.unity3d.com/download/8140fe378247/UnitySetup-2017.4.8f1
+ sha1sums = 119ec24433cf9e94ead7d62e64b69cec686d5aa5
pkgname = unity-editor-lts-facebook
diff --git a/PKGBUILD b/PKGBUILD
index 06221e24c8e3..92e27f4d7869 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Oscar Morante <spacepluk at gmail dot com>
-_version=2017.4.7
+_version=2017.4.8
_build=f1
_buildtag=20180703
-_randomstring=1d86eef80e0a
+_randomstring=8140fe378247
_prefix=/opt/UnityLts
_unitydownloads="http://beta.unity3d.com/download/${_randomstring}"
#_keepsources=yes
@@ -18,7 +18,7 @@ license=('custom')
depends=('unity-editor-lts')
makedepends=('gtk2' 'libsoup' 'libarchive')
source=("${_unitydownloads}/UnitySetup-${_version}${_build}")
-
+sha1sums=('119ec24433cf9e94ead7d62e64b69cec686d5aa5')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package
@@ -47,4 +47,3 @@ package() {
fi
}
-md5sums=('b3ae793ba7f9c5d6d334df7763b85049')