summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2019-09-16 12:34:23 +0200
committerOscar Morante2019-09-16 12:35:21 +0200
commit2cc7049f069b54a730dbcc7c0130948489a0b5d8 (patch)
tree69960bbfb30be8e8a7abaa0ea26ebc2acaf42181
parentc0430301f6f069fa7071c539db145aee7114467e (diff)
downloadaur-2cc7049f069b54a730dbcc7c0130948489a0b5d8.tar.gz
update to new upstream version (2.1.1)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf76dfd6e1fd..abbad0e4396a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.1.0
+ pkgver = 2.1.1
pkgrel = 1
arch = x86_64
license = custom
@@ -13,8 +13,9 @@ pkgbase = unityhub
depends = zip
depends = libxss
depends = gconf
- source = unityhub-2.1.0.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
- md5sums = fcc48614165fe76a0070dd722fc3c9dd
+ depends = libxtst
+ source = unityhub-2.1.1.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage
+ md5sums = 012c855e84965e5fb3d52a36677ccfdf
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index d6a3f5ea53fb..6409329a51f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Oscar Morante <oscar@mooistudios.com>
pkgname=unityhub
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
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')
license=('custom')
-depends=('gtk2' 'nss' 'p7zip' 'tar' 'gzip' 'cpio' 'zip' 'libxss' 'gconf')
-source=("${pkgname}-${pkgver}.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage")
-md5sums=('fcc48614165fe76a0070dd722fc3c9dd')
+depends=('gtk2' 'nss' 'p7zip' 'tar' 'gzip' 'cpio' 'zip' 'libxss' 'gconf' 'libxtst')
+source=("${pkgname}-${pkgver}.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHub.AppImage")
+md5sums=('012c855e84965e5fb3d52a36677ccfdf')
PKGEXT='.pkg.tar'
package() {