From f2140c039d3b6a7325a0b01552a4bb63df3a9c8f Mon Sep 17 00:00:00 2001 From: Andre Schneider Date: Sun, 25 Feb 2024 16:27:48 +0100 Subject: [PATCH] Updating to 2.9.1 --- .SRCINFO | 5 +++-- PKGBUILD | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5f458be..df19fcd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,17 +1,18 @@ pkgbase = protonup-qt-bin pkgdesc = Install and manage Proton-GE for Steam and Wine-GE for Lutris with this graphical user interface. - pkgver = 2.8.2 + pkgver = 2.9.1 pkgrel = 1 url = https://davidotek.github.io/protonup-qt arch = x86_64 license = GPL3 + depends = fuse2>=2.9.9 provides = protonup-qt conflicts = protonup-qt options = !strip source = ProtonUp-Qt-2.8.2-x86_64.AppImage::https://github.com/DavidoTek/ProtonUp-Qt/releases/download/v2.8.2/ProtonUp-Qt-2.8.2-x86_64.AppImage source = protonup-qt.desktop source = protonup-qt - sha256sums = cbb3e861b641c24a21a9511bfef184d01f134c2b4c9dc648a33001b34289a4bd + sha256sums = ad3faf458184eb648c058842b3161cf609ef2a93a4ab3d1092bf50b4a431fd47 sha256sums = 3d2e9dbb6eb0fa034db3c1b2384fd23a8b004c90a8f72afbe86baff714433da1 sha256sums = 1baaba24e3fae798cde2f1801b9a0c5f92df5c61b0d8ba81c43731abcce44bc2 diff --git a/PKGBUILD b/PKGBUILD index 0ffdabf..711179a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,12 +2,13 @@ pkgname=protonup-qt-bin _pkgname=ProtonUp-Qt -pkgver=2.8.2 +pkgver=2.9.1 pkgrel=1 pkgdesc="Install and manage Proton-GE for Steam and Wine-GE for Lutris with this graphical user interface." arch=('x86_64') url="https://davidotek.github.io/protonup-qt" license=('GPL3') +depends=('fuse2>=2.9.9') provides=(protonup-qt) conflicts=(protonup-qt) options=(!strip) @@ -16,7 +17,7 @@ source=( "protonup-qt.desktop" "protonup-qt" ) -sha256sums=('cbb3e861b641c24a21a9511bfef184d01f134c2b4c9dc648a33001b34289a4bd' +sha256sums=('ad3faf458184eb648c058842b3161cf609ef2a93a4ab3d1092bf50b4a431fd47' '3d2e9dbb6eb0fa034db3c1b2384fd23a8b004c90a8f72afbe86baff714433da1' '1baaba24e3fae798cde2f1801b9a0c5f92df5c61b0d8ba81c43731abcce44bc2')