Removes unnecessary 'noextract'
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -1,13 +1,12 @@
|
|||||||
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.7.4
|
pkgver = 2.7.4
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://davidotek.github.io/protonup-qt
|
url = https://davidotek.github.io/protonup-qt
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL3
|
license = GPL3
|
||||||
provides = protonup-qt
|
provides = protonup-qt
|
||||||
conflicts = protonup-qt
|
conflicts = protonup-qt
|
||||||
noextract = ProtonUp-Qt-2.7.4-x86_64.AppImage
|
|
||||||
options = !strip
|
options = !strip
|
||||||
source = ProtonUp-Qt-2.7.4-x86_64.AppImage::https://github.com/DavidoTek/ProtonUp-Qt/releases/download/v2.7.4/ProtonUp-Qt-2.7.4-x86_64.AppImage
|
source = ProtonUp-Qt-2.7.4-x86_64.AppImage::https://github.com/DavidoTek/ProtonUp-Qt/releases/download/v2.7.4/ProtonUp-Qt-2.7.4-x86_64.AppImage
|
||||||
source = protonup-qt.desktop
|
source = protonup-qt.desktop
|
||||||
|
|||||||
3
PKGBUILD
3
PKGBUILD
@@ -3,7 +3,7 @@
|
|||||||
pkgname=protonup-qt-bin
|
pkgname=protonup-qt-bin
|
||||||
_pkgname=ProtonUp-Qt
|
_pkgname=ProtonUp-Qt
|
||||||
pkgver=2.7.4
|
pkgver=2.7.4
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
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"
|
||||||
@@ -19,7 +19,6 @@ source=(
|
|||||||
sha256sums=('c8a73e28e41fa9c8aa50b9c28552dfeb2f67a6849833a166bbb9981842a6a640'
|
sha256sums=('c8a73e28e41fa9c8aa50b9c28552dfeb2f67a6849833a166bbb9981842a6a640'
|
||||||
'3d2e9dbb6eb0fa034db3c1b2384fd23a8b004c90a8f72afbe86baff714433da1'
|
'3d2e9dbb6eb0fa034db3c1b2384fd23a8b004c90a8f72afbe86baff714433da1'
|
||||||
'1baaba24e3fae798cde2f1801b9a0c5f92df5c61b0d8ba81c43731abcce44bc2')
|
'1baaba24e3fae798cde2f1801b9a0c5f92df5c61b0d8ba81c43731abcce44bc2')
|
||||||
noextract=("$_pkgname-$pkgver-$CARCH.AppImage")
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
# Exctract icons from AppImage
|
# Exctract icons from AppImage
|
||||||
|
|||||||
Reference in New Issue
Block a user