Prevent Unciv.jar from being extracted

Because the `jar` was renamed in a recent commit but the `noextract`
entry was not updated, the `jar` file was now being extracted. This has
been fixed.
This commit is contained in:
Thyrum 2021-12-19 21:25:33 +01:00
parent c4fb0890bf
commit 8d0bc7f20c

View file

@ -4,7 +4,7 @@ pkgname=unciv-bin
_pkgname=Unciv
_pkgver=3.18.10-patch1
pkgver=${_pkgver//-/_}
pkgrel=2
pkgrel=3
pkgdesc="Open-source remake of Civilization V"
url="https://github.com/yairm210/Unciv"
license=('MPL-2.0')
@ -19,7 +19,7 @@ source=(
"$_pkgname.desktop"
)
noextract=(
"$_pkgname-$_pkgver.jar"
"Unciv.jar"
)
md5sums=('68c2841a28c7892639659eb82e4e7138'
'5aca7fc33f121fcf901fef14f784731a'