Compare commits
5 Commits
d6616aa613
...
d543a85085
Author | SHA1 | Date | |
---|---|---|---|
d543a85085 | |||
|
3ebf4e5e49 | ||
7777c64969 | |||
d35b5b34c6 | |||
|
e859e537ab |
10
.SRCINFO
10
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = osu-lazer-bin
|
pkgbase = osu-lazer-bin
|
||||||
pkgdesc = The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew.
|
pkgdesc = The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew.
|
||||||
pkgver = 2022.424.0
|
pkgver = 2022.509.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://osu.ppy.sh
|
url = https://osu.ppy.sh
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
@ -15,15 +15,15 @@ pkgbase = osu-lazer-bin
|
|||||||
conflicts = osu-lazer
|
conflicts = osu-lazer
|
||||||
noextract = osu.AppImage
|
noextract = osu.AppImage
|
||||||
options = !strip
|
options = !strip
|
||||||
source = osu-lazer-2022.424.0.AppImage::https://github.com/ppy/osu/releases/download/2022.424.0/osu.AppImage
|
source = osu-lazer-2022.509.0.AppImage::https://github.com/ppy/osu/releases/download/2022.509.0/osu.AppImage
|
||||||
source = https://raw.githubusercontent.com/ppy/osu/master/assets/lazer.png
|
source = https://raw.githubusercontent.com/ppy/osu/master/assets/lazer.png
|
||||||
source = https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md
|
source = https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md
|
||||||
source = osu-lazer.desktop
|
source = osu-lazer.desktop
|
||||||
source = osu-lazer
|
source = osu-lazer
|
||||||
sha256sums = fab8f13635b2e350c2d2466b9af630693fdfc3ced09765238a3b55867c2c0bdb
|
sha256sums = 3d38fdc01209feed6b2e9f82f028196e89a31d450e61368d74b089ce3af2000c
|
||||||
sha256sums = 36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10
|
sha256sums = 36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10
|
||||||
sha256sums = 30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244
|
sha256sums = 30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244
|
||||||
sha256sums = 43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801
|
sha256sums = 43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801
|
||||||
sha256sums = a9a2ea43849e9cb94d40f8668406078b619e96d3b66fc5bce112d9b0e4d6c8a0
|
sha256sums = baeea5b234e65707a4e6a563eacac89063bf20047d64125cd1f26c3c52aae957
|
||||||
|
|
||||||
pkgname = osu-lazer-bin
|
pkgname = osu-lazer-bin
|
||||||
|
18
PKGBUILD
18
PKGBUILD
@ -1,13 +1,14 @@
|
|||||||
# Maintainer: David Husička <contact@bydave.net>
|
# Maintainer: David Husička <contact@bydave.net>
|
||||||
# Contributor: Tyler Nelson <neo@cybercat.cc>
|
# Contributor: Tyler Nelson <neo@cybercat.cc>
|
||||||
# Contributor: Tuhana GAYRETLİ <tuhana at tuta dot io>
|
# Contributor: Tuhana GAYRETLİ <tuhana at tuta dot io>
|
||||||
|
# Contributor: Quenten Schoonderwoerd <ellie at nicecock dot eu>
|
||||||
|
|
||||||
pkgname=osu-lazer-bin
|
pkgname=osu-lazer-bin
|
||||||
_pkgname=${pkgname%-bin}
|
_pkgname=${pkgname%-bin}
|
||||||
pkgver=2022.424.0
|
pkgver=2022.509.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew."
|
pkgdesc="The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew."
|
||||||
arch=("x86_64")
|
arch=(x86_64)
|
||||||
url="https://osu.ppy.sh"
|
url="https://osu.ppy.sh"
|
||||||
license=("MIT" "custom:CC-BY-NC 4.0")
|
license=("MIT" "custom:CC-BY-NC 4.0")
|
||||||
depends=(
|
depends=(
|
||||||
@ -29,13 +30,12 @@ source=(
|
|||||||
)
|
)
|
||||||
noextract=("osu.AppImage")
|
noextract=("osu.AppImage")
|
||||||
sha256sums=(
|
sha256sums=(
|
||||||
'fab8f13635b2e350c2d2466b9af630693fdfc3ced09765238a3b55867c2c0bdb'
|
"3d38fdc01209feed6b2e9f82f028196e89a31d450e61368d74b089ce3af2000c"
|
||||||
'36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10'
|
"36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10"
|
||||||
'30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244'
|
"30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244"
|
||||||
'43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801'
|
"43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801"
|
||||||
'a9a2ea43849e9cb94d40f8668406078b619e96d3b66fc5bce112d9b0e4d6c8a0'
|
"baeea5b234e65707a4e6a563eacac89063bf20047d64125cd1f26c3c52aae957"
|
||||||
)
|
)
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user