mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
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:
parent
c4fb0890bf
commit
8d0bc7f20c
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue