summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuraj Fiala2015-08-28 13:54:00 +0200
committerJuraj Fiala2015-08-28 13:58:49 +0200
commit7fed6f7e2758daf1d58689320ab424ce918610a7 (patch)
tree8b1cbdc9327d300120c4a8496affe756c71ecd9a /PKGBUILD
parent657bcaf95c074e164d60d2a27d9e7862030c94a1 (diff)
downloadaur-7fed6f7e2758daf1d58689320ab424ce918610a7.tar.gz
Renamed the launch script to unity-editor, as per package name.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"