summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2015-09-08 14:19:58 +0300
committerOscar Morante2015-09-08 14:27:04 +0300
commitf3e8fb5ae65157831285336fea7a8b47e8867563 (patch)
tree7a9abd291744f5683c0cd96caf855889839791bb
parentc0a30685d4d3dbf3314af1fc4d88dadd9865098e (diff)
downloadaur-f3e8fb5ae65157831285336fea7a8b47e8867563.tar.gz
update to new upstream build (5.1.0f3+2015090301)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8677b6bb69b..72d2ffb1c62a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unity-editor
pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences.
- pkgver = 5.1.0f3+2015082501
- pkgrel = 6
+ pkgver = 5.1.0f3+2015090301
+ pkgrel = 1
url = https://unity3d.com/
install = unity-editor.install
arch = x86_64
@@ -26,13 +26,13 @@ pkgbase = unity-editor
optdepends = android-udev: for Android Remote
conflicts = unity3d
replaces = unity3d
- noextract = unity-editor-installer-5.1.0f3+2015082501.sh
+ noextract = unity-editor-installer-5.1.0f3+2015090301.sh
options = !strip
- source = http://download.unity3d.com/download_unity/unity-editor-installer-5.1.0f3+2015082501.sh
+ source = http://download.unity3d.com/download_unity/unity-editor-installer-5.1.0f3+2015090301.sh
source = EULA
source = unity-editor
source = monodevelop-unity
- sha256sums = bf73e7693ae15b271dbbd55010eb33fae3400b964fa4b70289bd5a17d19d5493
+ sha256sums = 39aaa61d7a35c12329f69a7952ae6f6a1685c8d9125238de60979ba56aae769e
sha256sums = 3e0f6faad2cae20ae2784256b0f5525fc69897a889d696aa5d748db2fe8c6a14
sha256sums = 9d46d016ab4fe09a325c6d75bfdf770596ec6679e3d5e1a31934c8bc97106c32
sha256sums = 7309ac206fbb6eb5f1a073bf22e2571e1a574410ab410138a19fb66c3eee21e3
diff --git a/PKGBUILD b/PKGBUILD
index ef6674e61504..d35431af4dd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
pkgname=unity-editor
_version=5.1.0
_build=f3
-_buildtag=2015082501
+_buildtag=2015090301
pkgver=${_version}${_build}+${_buildtag}
-pkgrel=6
+pkgrel=1
pkgdesc="The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences."
arch=('x86_64')
url='https://unity3d.com/'
@@ -39,7 +39,7 @@ source=("http://download.unity3d.com/download_unity/unity-editor-installer-${pkg
'unity-editor'
'monodevelop-unity')
noextract=("unity-editor-installer-${pkgver}.sh")
-sha256sums=('bf73e7693ae15b271dbbd55010eb33fae3400b964fa4b70289bd5a17d19d5493'
+sha256sums=('39aaa61d7a35c12329f69a7952ae6f6a1685c8d9125238de60979ba56aae769e'
'3e0f6faad2cae20ae2784256b0f5525fc69897a889d696aa5d748db2fe8c6a14'
'9d46d016ab4fe09a325c6d75bfdf770596ec6679e3d5e1a31934c8bc97106c32'
'7309ac206fbb6eb5f1a073bf22e2571e1a574410ab410138a19fb66c3eee21e3')
@@ -62,9 +62,6 @@ package() {
mkdir -p "${pkgdir}/opt/"
mv ${extraction_dir} ${pkgdir}/opt/Unity
- # Remove bundled libresolv.so.2 for the time being (workarounds network problems)
- rm "${pkgdir}/opt/Unity/Editor/Data/Tools/libresolv.so.2"
-
# Use the launch scripts in the .desktop files
sed -i "/^Exec=/c\Exec=/usr/bin/unity-editor" "${pkgdir}/opt/Unity/unity-editor.desktop"
sed -i "/^Exec=/c\Exec=/usr/bin/monodevelop-unity" "${pkgdir}/opt/Unity/unity-monodevelop.desktop"