summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2018-10-16 17:17:48 +0300
committerOscar Morante2018-10-16 17:17:48 +0300
commit9002fde3e4f5b08ceec043089a8e1a1805fed1b6 (patch)
treed27f9fb0705522d580eb564b06a867eb025f75f8
parent1151447f1231beab46e28317848d96ff73b811b1 (diff)
downloadaur-9002fde3e4f5b08ceec043089a8e1a1805fed1b6.tar.gz
fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94a75cbb67db..d086808c0aad 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 = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://forum.unity.com/threads/unity-hub-v-1-1-0-is-now-available.564763/
arch = x86_64
license = custom
@@ -12,6 +12,8 @@ pkgbase = unityhub
depends = gzip
depends = cpio
depends = zip
+ depends = libxss
+ depends = gconf
source = https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
md5sums = 7b3fd6f7d66680603a6f3342d77e8a49
diff --git a/PKGBUILD b/PKGBUILD
index f9dc4c6ae98d..a608aa63858e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=unityhub
pkgver=1.1.0
-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."
arch=('x86_64')
url="https://forum.unity.com/threads/unity-hub-v-1-1-0-is-now-available.564763/"
license=('custom')
-depends=('gtk2' 'nss' 'p7zip' 'tar' 'gzip' 'cpio' 'zip')
+depends=('gtk2' 'nss' 'p7zip' 'tar' 'gzip' 'cpio' 'zip' 'libxss' 'gconf')
source=("https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage")
md5sums=('7b3fd6f7d66680603a6f3342d77e8a49')
PKGEXT='.pkg.tar'