Fix file name

This commit is contained in:
Adel Khial 2021-03-29 10:28:55 +01:00
parent 0e1fe7d396
commit b554b5f4d2
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ pkgbase = unciv-bin
source = https://github.com/yairm210/Unciv/releases/download/3.13.11-patch1/Unciv.jar
source = Unciv.sh
source = Unciv.desktop
source = https://raw.githubusercontent.com/yairm210/Unciv/3.13.11-patch1/extraImages/Unciv%20icon%20v4.png
source = unciv.png::https://raw.githubusercontent.com/yairm210/Unciv/3.13.11-patch1/extraImages/Unciv%20icon%20v4.png
md5sums = e4efe45883990484be415035cc0dcd24
md5sums = f8eab098f20681b8db232cc5709713d3
md5sums = 42d5f7ea8ee48d2d643d070786f039ba

View file

@ -13,7 +13,7 @@ source=(
"https://github.com/yairm210/Unciv/releases/download/3.13.11-patch1/Unciv.jar"
"$_pkgname.sh"
"$_pkgname.desktop"
"https://raw.githubusercontent.com/yairm210/Unciv/3.13.11-patch1/extraImages/Unciv%20icon%20v4.png"
"unciv.png::https://raw.githubusercontent.com/yairm210/Unciv/3.13.11-patch1/extraImages/Unciv%20icon%20v4.png"
)
md5sums=('e4efe45883990484be415035cc0dcd24'
'f8eab098f20681b8db232cc5709713d3'
@ -23,7 +23,7 @@ md5sums=('e4efe45883990484be415035cc0dcd24'
package() {
install -Dm755 $_pkgname.sh "$pkgdir/usr/bin/$_pkgname"
install -Dm644 $_pkgname.desktop "$pkgdir/usr/share/applications/$_pkgname.desktop"
install -Dm644 "Unciv icon v4.png" "$pkgdir/usr/share/pixmaps/unciv.png"
install -Dm644 unciv.png "$pkgdir/usr/share/pixmaps/unciv.png"
install -Dm644 $_pkgname.jar "$pkgdir/usr/share/$_pkgname/$_pkgname.jar"
}