summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2019-06-05 11:10:53 +0200
committerOscar Morante2019-06-05 11:10:53 +0200
commit0e5b5a3b446ad5d0a02843768e15a46014bfa828 (patch)
tree9c195e6133758b4dfb9e5fbc132a07468314bf32
parent468a9b3ca786ab2db39a6626e02f4ca7cf3b4b52 (diff)
downloadaur-0e5b5a3b446ad5d0a02843768e15a46014bfa828.tar.gz
update to new upstream version (2.0.1)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58ea340415df..bcaa09e231f5 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.0.0
- pkgrel = 2
+ pkgver = 2.0.1
+ pkgrel = 1
arch = x86_64
license = custom
depends = gtk2
@@ -13,8 +13,8 @@ pkgbase = unityhub
depends = zip
depends = libxss
depends = gconf
- source = unityhub-2.0.0.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
- md5sums = 22b17a9b89f815abf9bfe90e634db8f9
+ source = unityhub-2.0.1.AppImage::https://public-cdn.cloud.unity3d.com/hub/prod/UnityHubSetup.AppImage
+ md5sums = 95937c6cc26f97628aef855d8f8f28c8
pkgname = unityhub
diff --git a/PKGBUILD b/PKGBUILD
index 770e479a6324..8da6809e1771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Oscar Morante <oscar@mooistudios.com>
pkgname=unityhub
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.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=('22b17a9b89f815abf9bfe90e634db8f9')
+md5sums=('95937c6cc26f97628aef855d8f8f28c8')
PKGEXT='.pkg.tar'
package() {