diff options
author | Brenton Horne | 2025-05-01 14:03:56 +1000 |
---|---|---|
committer | Brenton Horne | 2025-05-01 14:03:56 +1000 |
commit | c527111754df3611a51cb0826fb1c308479a65a8 (patch) | |
tree | c4586ebbfd7f2fccd57cc22d97c0a64d6cb82809 /PKGBUILD | |
parent | dd965371f5f0c16a93aac6649d9bc5bc20ef3ac8 (diff) | |
download | aur-openra-wts-git.tar.gz |
Updating dotnet-sdk-8.0-bin dep to a version that works
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,14 +1,14 @@ # Maintainer: Brenton Horne <brentonhorne77@gmail.com> pkgname=openra-wts-git -pkgver=30318.git.cdef641 +pkgver=30397.git.56c615d pkgrel=1 pkgdesc="OpenRA built from latest git commit and with the experimental Tiberian Sun mod included." arch=('x86_64') url="https://www.openra.net" license=('GPL3') install=${pkgname}.install -depends=('dotnet-sdk-8.0' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolor-icon-theme' 'gtk-update-icon-cache' +depends=('dotnet-sdk-8.0.300-bin' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils' 'xdg-utils' 'zenity') makedepends=('git' 'unzip') conflicts=('openra' 'openra-bleed' 'openra-git') |