summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Patrick Fair2021-05-04 20:21:10 -0600
committerChristopher Patrick Fair2021-05-04 20:21:10 -0600
commit3122a59371c95eedcca3ed7d314f653c29f78450 (patch)
tree0ed3334f9022d53d2c6a91f5f442cc1d5ed4a536
parentf0b4b0f87ca84c5f09809db3929b0201444bff23 (diff)
downloadaur-3122a59371c95eedcca3ed7d314f653c29f78450.tar.gz
updated the problem that has been there for a year
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aa1185e8360..9f2a26eeee70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unityhub
pkgdesc = The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations.
pkgver = 2.4.3
- pkgrel = 1
+ pkgrel = 2
url = https://unity.com/
arch = x86_64
license = custom
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" \