summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNobbele2022-02-26 23:10:44 +0100
committerNobbele2022-02-26 23:10:44 +0100
commit93b9cb183139f5d8895ee920f19b6024d8bad459 (patch)
treef096268fbb06c0cbee59bab70cda28456ddfe4bc
parent9ed83a91e2b2b65f06a30b267397a13b22c5ca55 (diff)
downloadaur-93b9cb183139f5d8895ee920f19b6024d8bad459.tar.gz
Updates to 3.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 254c87fdd6c0..8a42f61c461e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
pkgbase = unityhub-beta
pkgdesc = Unity Hub beta
- pkgver = 3.0.0beta.7
- pkgrel = 2
+ pkgver = 3.1.0beta.1
+ pkgrel = 1
url = https://unity.com/
install = unityhub.install
arch = x86_64
license = custom
depends = nss
depends = gtk3
+ depends = cpio
+ depends = gzip
optdepends = libappindicator-gtk3: The DEB says this an optional dependency
provides = unityhub
- source = unityhub-beta-3.0.0beta.7.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3Beta.0.0-beta.7.deb
+ source = unityhub-beta-3.1.0beta.1.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub-amd64-3Beta.1.0-beta.1.deb
source = license.txt
- sha256sums = d1af15a92a930e95c1c883449d823838546b1bc770d7254903eccaa0f2f17fc4
+ sha256sums = 98fe432876aec70fc010a643ff9ae1c25b7dc5d0e7ca03e055df92eac47e0b99
sha256sums = f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833
pkgname = unityhub-beta
diff --git a/PKGBUILD b/PKGBUILD
index ab1be6dcc238..2fb6df4d56e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Nobbele <realnobbele@gmail.com>
pkgname=unityhub-beta
-pkgver=3.0.0beta.7
-pkgrel=2
+pkgver=3.1.0beta.1
+pkgrel=1
pkgdesc="Unity Hub beta"
arch=('x86_64')
url="https://unity.com/"
license=('custom')
-depends=('nss' 'gtk3')
+depends=('nss' 'gtk3' 'cpio' 'gzip')
optdepends=('libappindicator-gtk3: The DEB says this an optional dependency')
provides=('unityhub')
install='unityhub.install'
source=(
- "$pkgname-$pkgver.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/unityhub-amd64-3Beta.0.0-beta.7.deb"
+ "$pkgname-$pkgver.deb::https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub-amd64-3Beta.1.0-beta.1.deb"
'license.txt'
)
sha256sums=(
- 'd1af15a92a930e95c1c883449d823838546b1bc770d7254903eccaa0f2f17fc4'
+ '98fe432876aec70fc010a643ff9ae1c25b7dc5d0e7ca03e055df92eac47e0b99'
'f0eb3a4bb148bb7f426e4f5b97e891265ac487710cbcba9282518537c7b5d833'
)
OPTIONS=(!strip)