osu-bin/2024.519.1-1: update
This commit is contained in:
parent
4d070c6f11
commit
f8b46fab73
@ -1,7 +1,7 @@
|
||||
pkgbase = osu-bin
|
||||
pkgdesc = A free-to-win rhythm game. Rhythm is just a click away!
|
||||
pkgver = 2024.412.1
|
||||
pkgrel = 3
|
||||
pkgver = 2024.519.1
|
||||
pkgrel = 1
|
||||
url = https://osu.ppy.sh/
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
@ -17,15 +17,15 @@ pkgbase = osu-bin
|
||||
conflicts = osu
|
||||
conflicts = osu-lazer
|
||||
replaces = osu-lazer
|
||||
source = osu-2024.412.1.AppImage::https://github.com/ppy/osu/releases/download/2024.412.1/osu.AppImage
|
||||
source = osu-resources-LICENCE-2024.410.0.md::https://github.com/ppy/osu-resources/raw/2024.410.0/LICENCE.md
|
||||
source = osu-2024.519.1.AppImage::https://github.com/ppy/osu/releases/download/2024.519.1/osu.AppImage
|
||||
source = osu-resources-LICENCE-2024.517.0.md::https://github.com/ppy/osu-resources/raw/2024.517.0/LICENCE.md
|
||||
source = osu.bash
|
||||
source = osu.desktop
|
||||
source = osu.xml
|
||||
b2sums = 72b4031eae04765797b4a9395c01418ac3b3d16d90472dc489c240218f1f8778ffe7291daeca8dca79d9f831be7940005b57d5b0e17344d79def1e2d0b1c3a22
|
||||
b2sums = f9675ba755da05eff9a673af82d804ebb604a8418c5e9d75d81c7eede79b8dfdca8136fff5c0668e9ba2e7ad29b8a05f431476e0d388dfb1db774dd2bf39c6ef
|
||||
b2sums = 7b7d10932a3c9b07ae10870c7830cacb2dd7164ec3e13ca419a931d6702c496b3ca2b7430f52aa3e71727b8d5f089f174ab13b1c69698925b2e37f8634e3fbff
|
||||
b2sums = 63c4f291210a06d1116689ba073fd370ab72db8bd951cf445da447d39a2c05492cebd37c293bf72519e6c86efb97600a9ac146d31ba29b8b6543cc50bcb9c6e9
|
||||
b2sums = c1f20062245a02bdaef45ee0eb18c6eefd1faa09b6354d3dc83951e844cdf72a1832fdacad05139c1cfa54afd6ac0e0912971a7f4c324d4e5a6c681e833df1e7
|
||||
b2sums = 600157f8f10ac78ecb081f261b27303ff89ded9cd5b33e46bdfb82e8aadd572696e572de10af95527c08e64489f642d71c6b43e2007f1114829aa8b14b2118fb
|
||||
b2sums = 06878f8aa3368d73fb72d17cdf5b95c55c5d9f721ea5fcb5db6b538527a71746a874cb58619dbca8c6f43e402ebfdc414a80dc1d515288ddf9151a4d6bcd8a1f
|
||||
|
||||
pkgname = osu-bin
|
||||
|
@ -8,13 +8,13 @@
|
||||
# This PKGBUILD is base on the AUR repo osu-lazer-bin, from these contributors above
|
||||
|
||||
_appname='osu'
|
||||
_appver=2024.412.1
|
||||
_appver=2024.519.1
|
||||
_resname='osu-resources'
|
||||
_resver=2024.410.0
|
||||
_resver=2024.517.0
|
||||
|
||||
pkgname="${_appname}-bin"
|
||||
pkgver="${_appver}"
|
||||
pkgrel=3
|
||||
pkgrel=1
|
||||
pkgdesc="A free-to-win rhythm game. Rhythm is just a click away!"
|
||||
arch=('x86_64')
|
||||
url='https://osu.ppy.sh/'
|
||||
@ -30,11 +30,11 @@ source=("${_appname}-${_appver}.AppImage"::"https://github.com/ppy/osu/releases/
|
||||
"${_appname}.desktop"
|
||||
"${_appname}.xml")
|
||||
|
||||
b2sums=('72b4031eae04765797b4a9395c01418ac3b3d16d90472dc489c240218f1f8778ffe7291daeca8dca79d9f831be7940005b57d5b0e17344d79def1e2d0b1c3a22'
|
||||
b2sums=('f9675ba755da05eff9a673af82d804ebb604a8418c5e9d75d81c7eede79b8dfdca8136fff5c0668e9ba2e7ad29b8a05f431476e0d388dfb1db774dd2bf39c6ef'
|
||||
'7b7d10932a3c9b07ae10870c7830cacb2dd7164ec3e13ca419a931d6702c496b3ca2b7430f52aa3e71727b8d5f089f174ab13b1c69698925b2e37f8634e3fbff'
|
||||
'63c4f291210a06d1116689ba073fd370ab72db8bd951cf445da447d39a2c05492cebd37c293bf72519e6c86efb97600a9ac146d31ba29b8b6543cc50bcb9c6e9'
|
||||
'c1f20062245a02bdaef45ee0eb18c6eefd1faa09b6354d3dc83951e844cdf72a1832fdacad05139c1cfa54afd6ac0e0912971a7f4c324d4e5a6c681e833df1e7'
|
||||
'600157f8f10ac78ecb081f261b27303ff89ded9cd5b33e46bdfb82e8aadd572696e572de10af95527c08e64489f642d71c6b43e2007f1114829aa8b14b2118fb')
|
||||
'06878f8aa3368d73fb72d17cdf5b95c55c5d9f721ea5fcb5db6b538527a71746a874cb58619dbca8c6f43e402ebfdc414a80dc1d515288ddf9151a4d6bcd8a1f')
|
||||
|
||||
prepare() {
|
||||
# Extract AppImage
|
||||
|
@ -2,7 +2,7 @@
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/x-osu-beatmap">
|
||||
<sub-class-of type="text/plain" />
|
||||
<comment>osu! Beatmap archive</comment>
|
||||
<comment>osu! Beatmap</comment>
|
||||
<comment xml:lang="zh">osu! 难度</comment>
|
||||
<icon name="osu" />
|
||||
<glob pattern="*.osu" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user