Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
openra
Commits:
d67e00ce by Sven-Hendrik Haase at 2023-11-23T05:26:23+01:00
upgpkg: 20231010-2: Fix deps (FS#80278)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
pkgbase = openra
pkgdesc = An open-source implementation of the Red Alert engine using
.NET/Mono and OpenGL
pkgver = 20231010
- pkgrel = 1
+ pkgrel = 2
url = https://www.openra.net
install = openra.install
arch = any
license = GPL3
makedepends = git
makedepends = unzip
+ makedepends = dotnet-sdk-6.0
depends = ttf-dejavu
depends = openal
depends = libgl
@@ -19,7 +20,7 @@ pkgbase = openra
depends = desktop-file-utils
depends = xdg-utils
depends = zenity
- depends = dotnet-sdk-6.0
+ depends = dotnet-runtime-6.0
options = !debug
source = git+https://github.com/OpenRA/OpenRA.git#tag=release-20231010
sha512sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,15 +2,15 @@
# Contributor: Matthew Bowra-Dean <[email protected]>
pkgname=openra
pkgver=20231010
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono
and OpenGL"
arch=('any')
url="https://www.openra.net"
license=('GPL3')
install=openra.install
depends=('ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51'
'hicolor-icon-theme'
- 'gtk-update-icon-cache' 'desktop-file-utils' 'xdg-utils' 'zenity'
'dotnet-sdk-6.0')
-makedepends=('git' 'unzip')
+ 'gtk-update-icon-cache' 'desktop-file-utils' 'xdg-utils' 'zenity'
'dotnet-runtime-6.0')
+makedepends=('git' 'unzip' 'dotnet-sdk-6.0')
options=(!debug)
source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver}")
sha512sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openra/-/commit/d67e00cebea31cd735ffba00b408971ab0b3dbad
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/openra/-/commit/d67e00cebea31cd735ffba00b408971ab0b3dbad
You're receiving this email because of your account on gitlab.archlinux.org.