summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Velichko2024-02-11 17:06:12 +0300
committerMikhail Velichko2024-02-11 17:06:12 +0300
commitc5b9f4bea5033fe1a9f17ec2b532fcc628a6704f (patch)
tree3bc0d18c88d34f3f78797db20b9f46cc289bb526
parentc0e5ba549732de370fcd426daa7b45819927b07c (diff)
downloadaur-c5b9f4bea5033fe1a9f17ec2b532fcc628a6704f.tar.gz
Update to 1.4. Remove legacy dependences
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 13 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a36924e5971..ba0ffbc6a736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,17 @@
pkgbase = portproton
pkgdesc = Software for playing Microsoft Windows games and launchers
- pkgver = 1.3
- pkgrel = 3
+ pkgver = 1.4
+ pkgrel = 1
url = https://linux-gaming.ru
arch = x86_64
license = MIT
- depends = procps-ng
depends = bash
depends = icoutils
depends = yad
- depends = wget
depends = bubblewrap
depends = zstd
depends = cabextract
depends = gzip
- depends = bc
depends = tar
depends = openssl
depends = desktop-file-utils
@@ -24,7 +21,6 @@ pkgbase = portproton
depends = xdg-utils
depends = gdk-pixbuf2
depends = ttf-font
- depends = zenity
depends = nss
depends = xorg-xrandr
depends = lsof
@@ -44,12 +40,12 @@ pkgbase = portproton
depends = lib32-vulkan-icd-loader
depends = lib32-openssl
depends = lib32-mesa-utils
- depends = icoextract
depends = python-pillow
optdepends = gamemode: Support for Feral GameMode
optdepends = lib32-gamemode: 32-bit support for Feral GameMode
optdepends = gamescope: Support for Gamescope
- source = git+https://github.com/Castro-Fidel/PortProton_ALT.git#commit=51e63e0
+ optdepends = icoextract: For proper icon creation in GNOME
+ source = git+https://github.com/Castro-Fidel/PortProton_ALT.git#commit=266bd56
sha256sums = SKIP
pkgname = portproton
diff --git a/PKGBUILD b/PKGBUILD
index 1ef3af53b249..f988ed932bb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,23 @@
# Maintainer: LINUX-GAMING.RU (tergoevm@gmail.com)
pkgname=portproton
-pkgver=1.3
-pkgrel=3
+pkgver=1.4
+pkgrel=1
pkgdesc="Software for playing Microsoft Windows games and launchers"
arch=('x86_64')
url="https://linux-gaming.ru"
license=('MIT')
-depends=('procps-ng' 'bash' 'icoutils' 'yad' 'wget' 'bubblewrap' 'zstd' 'cabextract' 'gzip'
- 'bc' 'tar' 'openssl' 'desktop-file-utils' 'curl' 'dbus' 'freetype2' 'xdg-utils'
- 'gdk-pixbuf2' 'ttf-font' 'zenity' 'nss' 'xorg-xrandr' 'lsof' 'mesa-utils'
+depends=('bash' 'icoutils' 'yad' 'bubblewrap' 'zstd' 'cabextract' 'gzip'
+ 'tar' 'openssl' 'desktop-file-utils' 'curl' 'dbus' 'freetype2' 'xdg-utils'
+ 'gdk-pixbuf2' 'ttf-font' 'nss' 'xorg-xrandr' 'lsof' 'mesa-utils'
'vulkan-driver' 'vulkan-icd-loader' 'lib32-libgl' 'lib32-gcc-libs' 'vulkan-tools'
'lib32-libx11' 'lib32-libxss' 'lib32-alsa-plugins' 'lib32-libgpg-error' 'lib32-freetype2'
- 'lib32-nss' 'lib32-vulkan-driver' 'lib32-vulkan-icd-loader' 'lib32-openssl' 'lib32-mesa-utils' 'icoextract' 'python-pillow')
+ 'lib32-nss' 'lib32-vulkan-driver' 'lib32-vulkan-icd-loader' 'lib32-openssl' 'lib32-mesa-utils' 'python-pillow')
optdepends=('gamemode: Support for Feral GameMode'
'lib32-gamemode: 32-bit support for Feral GameMode'
- 'gamescope: Support for Gamescope')
-_commit=51e63e0
+ 'gamescope: Support for Gamescope'
+ 'icoextract: For proper icon creation in GNOME')
+_commit=266bd56
source=("git+https://github.com/Castro-Fidel/PortProton_ALT.git#commit=$_commit")
sha256sums=('SKIP')
_gitname=PortProton_ALT