diff --git a/.SRCINFO b/.SRCINFO index 00e4a64b93ec..050f6fb86faf 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 1feb1ada0e16..722a8c22b630 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')