mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Add new java versions
The >8 doesn't work properly
This commit is contained in:
parent
dfbc8333ee
commit
959ca83c69
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -5,7 +5,7 @@ pkgbase = unciv-bin
|
|||
url = https://github.com/yairm210/Unciv
|
||||
arch = any
|
||||
license = MPL-2.0
|
||||
depends = java-environment>8
|
||||
depends = java-environment
|
||||
depends = bash
|
||||
depends = xorg-xrandr
|
||||
provides = unciv
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,11 +4,11 @@ pkgname=unciv-bin
|
|||
_pkgname=Unciv
|
||||
_pkgver=3.18.11
|
||||
pkgver=${_pkgver//-/_}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Open-source remake of Civilization V"
|
||||
url="https://github.com/yairm210/Unciv"
|
||||
license=('MPL-2.0')
|
||||
depends=('java-environment>8' 'bash' 'xorg-xrandr')
|
||||
depends=('java-environment' 'bash' 'xorg-xrandr')
|
||||
provides=('unciv')
|
||||
conflicts=('unciv')
|
||||
arch=('any')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue