Compare commits

..

10 Commits

Author SHA1 Message Date
Yi-Ting Shih
b1aa19b57c Feat: add build ci
All checks were successful
Build package / build-package (push) Successful in 50s
2026-03-17 08:58:17 +08:00
Andre Schneider
117384a3c6 Upgrade to 2.15.0 2026-02-26 20:44:03 +01:00
Andre Schneider
53a8d01692 Upgrade to 2.14.0 2026-02-12 09:33:13 +01:00
Andre Schneider
83b5f65d0d Upgrade to 2.13.0 2025-08-04 12:39:40 +02:00
Andre Schneider
972d817718 Upgrade to 2.12.0 2025-06-01 17:20:42 +02:00
Andre Schneider
9d9c3abc38 Upgrade to 2.11.1 2025-03-16 15:06:54 +01:00
Andre Schneider
db4dc5c979 Upgrade to 2.10.2 2024-07-27 22:23:20 +02:00
Andre Schneider
e18a986d5b Upgrade to 2.9.2 2024-05-10 18:48:55 +02:00
Andre Schneider
f2140c039d Updating to 2.9.1 2024-02-25 16:27:48 +01:00
Andre Schneider
9879e510ea Updating to 2.8.2 2023-08-14 13:34:52 +02:00
3 changed files with 22 additions and 5 deletions

View File

@@ -1,17 +1,18 @@
pkgbase = protonup-qt-bin pkgbase = protonup-qt-bin
pkgdesc = Install and manage Proton-GE for Steam and Wine-GE for Lutris with this graphical user interface. pkgdesc = Install and manage Proton-GE for Steam and Wine-GE for Lutris with this graphical user interface.
pkgver = 2.8.1 pkgver = 2.15.0
pkgrel = 1 pkgrel = 1
url = https://davidotek.github.io/protonup-qt url = https://davidotek.github.io/protonup-qt
arch = x86_64 arch = x86_64
license = GPL3 license = GPL3
depends = fuse2>=2.9.9
provides = protonup-qt provides = protonup-qt
conflicts = protonup-qt conflicts = protonup-qt
options = !strip options = !strip
source = ProtonUp-Qt-2.8.1-x86_64.AppImage::https://github.com/DavidoTek/ProtonUp-Qt/releases/download/v2.8.1/ProtonUp-Qt-2.8.1-x86_64.AppImage source = ProtonUp-Qt-2.15.0-x86_64.AppImage::https://github.com/DavidoTek/ProtonUp-Qt/releases/download/v2.15.0/ProtonUp-Qt-2.15.0-x86_64.AppImage
source = protonup-qt.desktop source = protonup-qt.desktop
source = protonup-qt source = protonup-qt
sha256sums = 3faea5044cde979f82cb11eac50286f9d3c6152ff2f9d35f10d3d8c1a42684b8 sha256sums = 173ae03a51260bee1fbdddf606d975f3e6fa79159a49e4f108b83b2bc559d1d2
sha256sums = 3d2e9dbb6eb0fa034db3c1b2384fd23a8b004c90a8f72afbe86baff714433da1 sha256sums = 3d2e9dbb6eb0fa034db3c1b2384fd23a8b004c90a8f72afbe86baff714433da1
sha256sums = 1baaba24e3fae798cde2f1801b9a0c5f92df5c61b0d8ba81c43731abcce44bc2 sha256sums = 1baaba24e3fae798cde2f1801b9a0c5f92df5c61b0d8ba81c43731abcce44bc2

View File

@@ -0,0 +1,15 @@
name: Build package
on: [push]
jobs:
build-package:
runs-on: pkgbuilder
env:
steps:
- name: Build and push package
uses: https://gitea.konchin.com/action/archbuild@main
with:
minio-accesskey: ${{ secrets.MINIO_ACCESSKEY }}
minio-secretkey: ${{ secrets.MINIO_SECRETKEY }}
gpg-password: ${{ secrets.GPG_PASSWORD }}
gpg-keygrip: ${{ secrets.GPG_KEYGRIP }}

View File

@@ -2,12 +2,13 @@
pkgname=protonup-qt-bin pkgname=protonup-qt-bin
_pkgname=ProtonUp-Qt _pkgname=ProtonUp-Qt
pkgver=2.8.1 pkgver=2.15.0
pkgrel=1 pkgrel=1
pkgdesc="Install and manage Proton-GE for Steam and Wine-GE for Lutris with this graphical user interface." pkgdesc="Install and manage Proton-GE for Steam and Wine-GE for Lutris with this graphical user interface."
arch=('x86_64') arch=('x86_64')
url="https://davidotek.github.io/protonup-qt" url="https://davidotek.github.io/protonup-qt"
license=('GPL3') license=('GPL3')
depends=('fuse2>=2.9.9')
provides=(protonup-qt) provides=(protonup-qt)
conflicts=(protonup-qt) conflicts=(protonup-qt)
options=(!strip) options=(!strip)
@@ -16,7 +17,7 @@ source=(
"protonup-qt.desktop" "protonup-qt.desktop"
"protonup-qt" "protonup-qt"
) )
sha256sums=('3faea5044cde979f82cb11eac50286f9d3c6152ff2f9d35f10d3d8c1a42684b8' sha256sums=('173ae03a51260bee1fbdddf606d975f3e6fa79159a49e4f108b83b2bc559d1d2'
'3d2e9dbb6eb0fa034db3c1b2384fd23a8b004c90a8f72afbe86baff714433da1' '3d2e9dbb6eb0fa034db3c1b2384fd23a8b004c90a8f72afbe86baff714433da1'
'1baaba24e3fae798cde2f1801b9a0c5f92df5c61b0d8ba81c43731abcce44bc2') '1baaba24e3fae798cde2f1801b9a0c5f92df5c61b0d8ba81c43731abcce44bc2')