[GUI] Fix AUR PKGBUILD for v2

This commit is contained in:
Ben C 2024-12-20 16:01:04 -05:00
parent d2c46f9f1f
commit bbe620f56e
No known key found for this signature in database

View File

@ -7,9 +7,9 @@ pkgdesc="A GUI To Manage Outer Wilds Mods"
arch=('x86_64' 'aarch64')
url="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_gui"
license=('GPL3')
depends=('mono' 'cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk')
depends=('mono' 'cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk-4.1')
options=('!strip' '!emptydirs')
source=("${_appname}-${pkgver}-${arch}.deb::https://github.com/ow-mods/ow-mod-man/releases/download/gui_v${pkgver}/Outer Wilds Mod Manager_${pkgver}_amd64.deb")
source=("${_appname}-${pkgver}-${arch}.deb::https://github.com/ow-mods/ow-mod-man/releases/download/gui_v${pkgver}/Outer%20Wilds%20Mod%20Manager_${pkgver}_amd64.deb")
sha256sums=()
package() {