summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2249ff0eb890..ce2a26c5c8ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=unityhub
pkgver=2.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations."
url="https://unity.com/"
arch=('x86_64')
@@ -50,7 +50,7 @@ package() {
install -d "${pkgdir}/usr/bin"
ln -s "/opt/${pkgname}/unityhub" "${pkgdir}/usr/bin/unityhub"
- chmod +x "${pkgdir}/opt/${pkgname}/unityhub" "${pkgdir}/opt/${pkgname}/unityhub-bin"
+ chmod +x "${pkgdir}/opt/${pkgname}/unityhub" "${pkgdir}/opt/${pkgname}/unityhub"
# Fix 7z permissions
chmod +x "${pkgdir}/opt/${pkgname}/resources" \
"${pkgdir}/opt/${pkgname}/resources/app.asar.unpacked" \