summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNobbele2022-02-26 23:10:44 +0100
committerNobbele2022-02-26 23:10:44 +0100
commit93b9cb183139f5d8895ee920f19b6024d8bad459 (patch)
treef096268fbb06c0cbee59bab70cda28456ddfe4bc /PKGBUILD
parent9ed83a91e2b2b65f06a30b267397a13b22c5ca55 (diff)
downloadaur-93b9cb183139f5d8895ee920f19b6024d8bad459.tar.gz
Updates to 3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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)