summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
-rw-r--r--osu-file-extensions.xml8
3 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a16bcebc2386..f7e387e27dff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = osu-mime
pkgdesc = Provides MIME types for osu! file formats
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
install = osu-mime.install
arch = any
license = AGPL3
@@ -16,7 +16,6 @@ pkgbase = osu-mime
source = osu-file-extensions.xml
sha256sums = e1aeaf9b81fa88e9b2b32d7f7c357a3f27c88df775fc19c1e4b65add9da7a1af
sha256sums = 5ef601206caf4d37cc028ccc3fd826af7b9810968c72f31a233c0eed920bae46
- sha256sums = 53235dddeadccad6a09eb251eac6357813a08440eb03e5410cdb470eba78b65f
+ sha256sums = 32040d5b44699c46130b4ca6eb007c700e9af060840f58a0b233ad1cf5cd655a
pkgname = osu-mime
-
diff --git a/PKGBUILD b/PKGBUILD
index f6b6348b21b1..17d472a29062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=osu-mime
pkgdesc='Provides MIME types for osu! file formats'
pkgver=0.1
-pkgrel=1
+pkgrel=2
arch=(any)
license=(AGPL3)
depends=(xdg-utils shared-mime-info desktop-file-utils)
@@ -15,7 +15,7 @@ source=(https://raw.githubusercontent.com/ppy/osu-web/master/public/images/layou
osu-file-extensions.xml)
sha256sums=('e1aeaf9b81fa88e9b2b32d7f7c357a3f27c88df775fc19c1e4b65add9da7a1af'
'5ef601206caf4d37cc028ccc3fd826af7b9810968c72f31a233c0eed920bae46'
- '53235dddeadccad6a09eb251eac6357813a08440eb03e5410cdb470eba78b65f')
+ '32040d5b44699c46130b4ca6eb007c700e9af060840f58a0b233ad1cf5cd655a')
build() {
cd "$srcdir"
diff --git a/osu-file-extensions.xml b/osu-file-extensions.xml
index c8538ff502ce..9270d154172a 100644
--- a/osu-file-extensions.xml
+++ b/osu-file-extensions.xml
@@ -15,11 +15,11 @@
<icon name="osu!"/>
<comment>osu! storyboard</comment>
</mime-type>
- <mime-type type="application/x-osu-skin">
+ <mime-type type="application/x-osu-skin-archive">
<glob pattern="*.osk"/>
<sub-class-of type="application/zip"/>
<icon name="osu!"/>
- <comment>osu! skin</comment>
+ <comment>osu! skin archive</comment>
</mime-type>
<mime-type type="application/x-osu-replay">
<glob pattern="*.osr"/>
@@ -27,13 +27,13 @@
<icon name="osu!"/>
<comment>osu! replay</comment>
</mime-type>
- <mime-type type="application/x-osu-archive">
+ <mime-type type="application/x-osu-beatmap-archive">
<glob pattern="*.osz"/>
<sub-class-of type="application/zip"/>
<icon name="osu!"/>
<comment>osu! beatmap archive</comment>
</mime-type>
- <mime-type type="application/x-osu-archive">
+ <mime-type type="application/x-osu-beatmap-archive">
<glob pattern="*.osz2"/>
<sub-class-of type="application/zip"/>
<icon name="osu!"/>