add gst-plugins-good to depends

This commit is contained in:
brad 2026-01-05 15:07:58 +00:00
parent 57fc590546
commit fcc45bec3a
No known key found for this signature in database
GPG key ID: ED26A71EB8EB7A34
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = deadlock-modmanager-git
pkgdesc = A mod manager for the Valve game Deadlock (latest git build)
pkgver = 0.12.0.r7.g609c499
pkgver = 0.13.0.r0.g609c499
pkgrel = 1
url = https://github.com/deadlock-mod-manager/deadlock-mod-manager
arch = x86_64
@ -24,6 +24,7 @@ pkgbase = deadlock-modmanager-git
depends = bzip2
depends = hicolor-icon-theme
depends = mesa-utils
depends = gst-plugins-good
provides = deadlock-modmanager
conflicts = deadlock-modmanager
options = !lto

View file

@ -2,13 +2,13 @@
pkgname=deadlock-modmanager-git
_pkgname=${pkgname%-git}
pkgdesc='A mod manager for the Valve game Deadlock (latest git build)'
pkgver=0.12.0.r7.g609c499
pkgver=0.13.0.r0.g609c499
pkgrel=1
arch=('x86_64')
url="https://github.com/deadlock-mod-manager/deadlock-mod-manager"
license=('GPL-3.0-or-later')
makedepends=('git' 'cargo' 'cargo-tauri' 'pnpm' 'lld' 'gcc')
depends=('webkit2gtk-4.1' 'cairo' 'desktop-file-utils' 'xdg-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'libsoup3' 'pango' 'openssl' 'bzip2' 'hicolor-icon-theme' 'mesa-utils')
depends=('webkit2gtk-4.1' 'cairo' 'desktop-file-utils' 'xdg-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'libsoup3' 'pango' 'openssl' 'bzip2' 'hicolor-icon-theme' 'mesa-utils' 'gst-plugins-good')
source=("$_pkgname::git+$url.git"
'deadlock-modmanager.desktop'
'nvidia-webkit-wrapper.sh')