mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
add gst-plugins-good to depends
This commit is contained in:
parent
57fc590546
commit
fcc45bec3a
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue