mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Add provides
This commit is contained in:
parent
b554b5f4d2
commit
e560291d63
2 changed files with 4 additions and 0 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -8,6 +8,8 @@ pkgbase = unciv-bin
|
|||
depends = jre8-openjdk
|
||||
depends = bash
|
||||
depends = xorg-xrandr
|
||||
provides = unciv
|
||||
conflicts = unciv
|
||||
source = https://github.com/yairm210/Unciv/releases/download/3.13.11-patch1/Unciv.jar
|
||||
source = Unciv.sh
|
||||
source = Unciv.desktop
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -8,6 +8,8 @@ pkgdesc="Open-source remake of Civilization V"
|
|||
url="https://github.com/yairm210/Unciv"
|
||||
license=('MPL-2.0')
|
||||
depends=('jre8-openjdk' 'bash' 'xorg-xrandr')
|
||||
provides=('unciv')
|
||||
conflicts=('unciv')
|
||||
arch=('any')
|
||||
source=(
|
||||
"https://github.com/yairm210/Unciv/releases/download/3.13.11-patch1/Unciv.jar"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue