summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndlessEden2020-09-21 19:03:58 +1000
committerEndlessEden2020-09-21 19:03:58 +1000
commit11ffa42abbc414565f99beb791b8e569f6dd4f6f (patch)
tree7d9bd0e68882cf58c4636174434be29d92d7e585
parent33c8fbea4a8fc3278cd12aa2620f8a2fd564bff5 (diff)
downloadaur-11ffa42abbc414565f99beb791b8e569f6dd4f6f.tar.gz
Fixed: Description, updated pkgver, added optional depends.
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bf70a923d69..cdce1fc7279d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openra-git
- pkgdesc = An open-source implementation of the Red Alert engine using .NET/Mono and OpenGL. Red Alert 2, mods Included. -GIT VERSION
- pkgver = BLEED.20190714.579d2c19e2
+ pkgdesc = An open-source implementation of the Red Alert engine using .NET/Mono and OpenGL. -GIT VERSION
+ pkgver = BLEED.20200921.9cf38c1784
pkgrel = 1
url = http://www.openra.net
install = openra.install
diff --git a/PKGBUILD b/PKGBUILD
index f294d3f2ab01..a109ee537899 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,16 @@
# Contributor: Matthew Bowra-Dean <matthew@ijw.co.nz>
#
pkgname=openra-git
-pkgver=BLEED.20190714.579d2c19e2
+pkgver=BLEED.20200921.9cf38c1784
pkgrel=1
-pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono and OpenGL. Red Alert 2, mods Included. -GIT VERSION"
+pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono and OpenGL. -GIT VERSION"
arch=('any')
url="http://www.openra.net"
license=('GPL3')
install=openra.install
depends=('mono' 'msbuild' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 'hicolor-icon-theme' 'gtk-update-icon-cache'
'desktop-file-utils' 'xdg-utils' 'zenity')
+optionaldepends=('openra-ra2-git' 'openra-d2-git')
makedepends=('git' 'unzip')
provides=('openra')
conflicts=('openra')