summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbemxio2024-03-26 17:35:44 +0100
committerbemxio2024-03-26 17:35:44 +0100
commit994455fc6cce2402ec0d03fa6180c7995d7014d7 (patch)
treeca376aa7783d863633244435ca668c579852dc13
parentaf91f4d824a4d81b58335c7b6b06d2728838c01d (diff)
downloadaur-994455fc6cce2402ec0d03fa6180c7995d7014d7.tar.gz
use lowercase for icon and desktop file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff9f0e5db494..838e940e4e43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = osaka-simulator
pkgdesc = A fanmade interactive Osaka simulator from hirahira.net for PC
pkgver = Aug_2003
- pkgrel = 2
+ pkgrel = 3
url = https://azumanga.fandom.com/wiki/Ayumu_Kasuga%27s_Mail_Order_Life
arch = any
license = LicenseRef-unknown
diff --git a/PKGBUILD b/PKGBUILD
index dc857f589260..917d86fc77e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname="osaka-simulator"
pkgdesc="A fanmade interactive Osaka simulator from hirahira.net for PC"
pkgver=Aug_2003
-pkgrel=2
+pkgrel=3
arch=(any)
@@ -33,7 +33,7 @@ prepare() {
--pkgname "Ayumu Kasuga's Mail Order Life" \
--pkgdesc "${pkgdesc}" \
--exec osaka-simulator \
- --icon OsakaSimulator.png \
+ --icon osaka-simulator.png \
--categories "Game;Simulation"
}
@@ -58,6 +58,6 @@ package() {
install -Dm755 osaka-simulator "${pkgdir}/usr/bin/osaka-simulator"
# copy the extracted icon and the generated .desktop file
- install -Dm644 OsakaSimulator.png "${pkgdir}/usr/share/pixmaps/OsakaSimulator.png"
- install -Dm644 "Ayumu Kasuga's Mail Order Life.desktop" "${pkgdir}/usr/share/applications/OsakaSimulator.desktop"
+ install -Dm644 OsakaSimulator.png "${pkgdir}/usr/share/pixmaps/osaka-simulator.png"
+ install -Dm644 "Ayumu Kasuga's Mail Order Life.desktop" "${pkgdir}/usr/share/applications/osaka-simulator.desktop"
} \ No newline at end of file