summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--osu-lazer.desktop7
-rw-r--r--x-osu-lazer.xml9
4 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12573e8d2388..0849b807322e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = osu-lazer
pkgdesc = The new open source version of osu!, the free-to-win rhythm game
pkgver = 2018.1020.0
- pkgrel = 1
+ pkgrel = 2
url = https://osu.ppy.sh/
arch = x86_64
license = MIT
@@ -24,9 +24,9 @@ pkgbase = osu-lazer
sha256sums = SKIP
sha256sums = SKIP
sha256sums = a34d37ed6d35788501985ad3c8f63888849734549113e11f43321917fdfa16bf
- sha256sums = 01e72224e34d60abe39150464443cd1673a7326fca95a8688174853a46fa3049
+ sha256sums = c08160551d4d71a4c67dc5b65e724f66654b285fade87ba7c78ca5e41622113f
sha256sums = 3b3a9075f79ca7f2a4fd34eb182a5c1ada6eb118a95e49c1526df516365bbfe5
- sha256sums = 6aa1721720bbc93b77434475f215c92878369900127a890cd49fce880160e659
+ sha256sums = a1ab3e2a6491c62d227a080b7f83d278194229f9284613fc53c818ef396e2793
pkgname = osu-lazer
diff --git a/PKGBUILD b/PKGBUILD
index 4e5cb71b4390..324d15c0d189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=osu-lazer
pkgver=2018.1020.0
-pkgrel=1
+pkgrel=2
pkgdesc="The new open source version of osu!, the free-to-win rhythm game"
arch=('x86_64')
license=('MIT' 'custom:CC-BY-NC 4.0')
@@ -28,9 +28,9 @@ sha256sums=(
SKIP
SKIP
a34d37ed6d35788501985ad3c8f63888849734549113e11f43321917fdfa16bf
- 01e72224e34d60abe39150464443cd1673a7326fca95a8688174853a46fa3049
+ c08160551d4d71a4c67dc5b65e724f66654b285fade87ba7c78ca5e41622113f
3b3a9075f79ca7f2a4fd34eb182a5c1ada6eb118a95e49c1526df516365bbfe5
- 6aa1721720bbc93b77434475f215c92878369900127a890cd49fce880160e659
+ a1ab3e2a6491c62d227a080b7f83d278194229f9284613fc53c818ef396e2793
)
prepare()
diff --git a/osu-lazer.desktop b/osu-lazer.desktop
index 935f2a59b46c..b233de81a640 100644
--- a/osu-lazer.desktop
+++ b/osu-lazer.desktop
@@ -3,11 +3,8 @@ Type=Application
Version=1.1
Name=osu!lazer
Icon=osu-lazer
-MimeType=application/x-osu-lazer-beatmap;application/zip;application/x-rar;
-Comment=Rythm is only a click away!
-Comment[fr]=Le rythme n'est qu'à un clic!
-Comment[zh]=节奏只是点击一下!
-Comment[ja]=リズムはクリックするだけです!
+MimeType=application/x-osu-lazer-beatmap;application/x-osu-lazer-skin;application/zip;application/x-rar;
+Comment=Open source free-to-win rhythm game
Exec=/usr/bin/osu-lazer %F
Terminal=false
Categories=Game
diff --git a/x-osu-lazer.xml b/x-osu-lazer.xml
index 2f911194182f..869ac7975b1a 100644
--- a/x-osu-lazer.xml
+++ b/x-osu-lazer.xml
@@ -3,13 +3,16 @@
<mime-type type="application/x-osu-lazer-beatmap">
<comment>osu! Beatmap</comment>
<!-- iso 639-1 codes go in xml:lang -->
- <comment xml:lang="fr">osu! Beatmap</comment>
- <comment xml:lang="de">osu! Beatmap</comment>
<comment xml:lang="hk">osu! 譜面</comment>
- <comment xml:lang="ja">osu! Beatmap</comment>
<comment xml:lang="zh">osu! 谱面</comment>
<icon name="osu-lazer"/>
<glob-deleteall/>
<glob pattern="*.osz"/>
</mime-type>
+ <mime-type type="application/x-osu-lazer-skin">
+ <comment>osu! Skin</comment>
+ <icon name="osu-lazer"/>
+ <glob-deleteall/>
+ <glob pattern="*.osk"/>
+ </mime-type>
</mime-info>