summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuraj Fiala2015-08-28 13:54:00 +0200
committerJuraj Fiala2015-08-28 13:58:49 +0200
commit7fed6f7e2758daf1d58689320ab424ce918610a7 (patch)
tree8b1cbdc9327d300120c4a8496affe756c71ecd9a
parent657bcaf95c074e164d60d2a27d9e7862030c94a1 (diff)
downloadaur-7fed6f7e2758daf1d58689320ab424ce918610a7.tar.gz
Renamed the launch script to unity-editor, as per package name.
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
-rwxr-xr-xunity-editor (renamed from unity3d)0
4 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4899053bc8eb..a2168a5a6d6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -28,7 +28,7 @@ pkgbase = unity-editor
options = !strip
source = http://download.unity3d.com/download_unity/unity-editor-installer-5.1.0f3+2015082501.sh
source = https://unity3d.com/legal/eula
- source = unity3d
+ source = unity-editor
source = monodevelop-unity
sha256sums = bf73e7693ae15b271dbbd55010eb33fae3400b964fa4b70289bd5a17d19d5493
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
index 10c3172494f1..0564a385c2bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,6 @@
!.gitignore
!PKGBUILD
!*.install
-!unity3d
+!unity-editor
!monodevelop-unity
!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 622c6fc1c7a1..e48d714c369b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@ replaces=('unity3d')
install="${pkgname}.install"
source=("http://download.unity3d.com/download_unity/unity-editor-installer-${pkgver}.sh"
"https://unity3d.com/legal/eula"
- 'unity3d'
+ 'unity-editor'
'monodevelop-unity')
noextract=("unity-editor-installer-${pkgver}.sh")
sha256sums=('bf73e7693ae15b271dbbd55010eb33fae3400b964fa4b70289bd5a17d19d5493'
@@ -64,7 +64,7 @@ package() {
install -Dm644 -t "${pkgdir}/usr/share/icons/hicolor/256x256/apps" "${extraction_dir}/unity-editor-icon.png"
install -Dm644 -t "${pkgdir}/usr/share/icons/hicolor/48x48/apps" "${extraction_dir}/unity-monodevelop.png"
- install -Dm755 -t "${pkgdir}/usr/bin" "${srcdir}/unity3d"
+ install -Dm755 -t "${pkgdir}/usr/bin" "${srcdir}/unity-editor"
install -Dm755 -t "${pkgdir}/usr/bin" "${srcdir}/monodevelop-unity"
install -Dm644 "${srcdir}/eula" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
diff --git a/unity3d b/unity-editor
index 0383707fed49..0383707fed49 100755
--- a/unity3d
+++ b/unity-editor