mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update .SRCINFO and fix dependencies in PKGBUILD
Make sure to only manually edit `PKGBUILD` and create the `.SRCINFO` using `makepkg --printsrcinfo > .SRCINFO` (and don't edit `.SRCINFO` directly).
This commit is contained in:
parent
8d0bc7f20c
commit
dd80f1c1e7
2 changed files with 3 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = unciv-bin
|
||||
pkgdesc = Open-source remake of Civilization V
|
||||
pkgver = 3.18.10_patch1
|
||||
pkgrel = 1
|
||||
pkgrel = 3
|
||||
url = https://github.com/yairm210/Unciv
|
||||
arch = any
|
||||
license = MPL-2.0
|
||||
|
|
@ -10,7 +10,7 @@ pkgbase = unciv-bin
|
|||
depends = xorg-xrandr
|
||||
provides = unciv
|
||||
conflicts = unciv
|
||||
noextract = Unciv-3.18.10-patch1.jar
|
||||
noextract = Unciv.jar
|
||||
source = Unciv.jar::https://github.com/yairm210/Unciv/releases/download/3.18.10-patch1/Unciv.jar
|
||||
source = unciv-3.18.10-patch1.png::https://raw.githubusercontent.com/yairm210/Unciv/3.18.10-patch1/extraImages/Unciv%20icon%20v4.png
|
||||
source = Unciv.sh
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -8,7 +8,7 @@ pkgrel=3
|
|||
pkgdesc="Open-source remake of Civilization V"
|
||||
url="https://github.com/yairm210/Unciv"
|
||||
license=('MPL-2.0')
|
||||
depends=('java-runtime' 'bash' 'xorg-xrandr')
|
||||
depends=('java-environment>8' 'bash' 'xorg-xrandr')
|
||||
provides=('unciv')
|
||||
conflicts=('unciv')
|
||||
arch=('any')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue