summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuhana GAYRETLÄ°2022-06-04 20:57:56 +0300
committerTuhana GAYRETLÄ°2022-06-04 20:57:56 +0300
commitba69f9702037a022547224f7f69bc725d548570b (patch)
tree54baeda1efdc048b5059a873c7ba78fb18206293
parentf2d8134e921969de71624761792fc17cf3990d88 (diff)
downloadaur-ba69f9702037a022547224f7f69bc725d548570b.tar.gz
bump version to v2022.605.0
fix license path
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0073cf510f13..aa740c8226b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.
- pkgver = 2022.528.0
+ pkgver = 2022.605.0
pkgrel = 1
url = https://osu.ppy.sh
arch = x86_64
@@ -14,12 +14,12 @@ pkgbase = osu-lazer-bin
conflicts = osu-lazer
noextract = osu.AppImage
options = !strip
- source = osu-lazer-2022.528.0.AppImage::https://github.com/ppy/osu/releases/download/2022.528.0/osu.AppImage
+ source = osu-lazer-2022.605.0.AppImage::https://github.com/ppy/osu/releases/download/2022.605.0/osu.AppImage
source = https://raw.githubusercontent.com/ppy/osu/master/assets/lazer.png
source = https://raw.githubusercontent.com/ppy/osu-resources/master/LICENCE.md
source = osu-lazer.desktop
source = osu-lazer
- sha256sums = 07d7f3303f6d613bf83bd709405c01f2902194b8b96ff895126945bff10ec0f7
+ sha256sums = f944b07e417ae09b5890662dfafe2429e46d40736113a42bbf55a72ee125e57a
sha256sums = 36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10
sha256sums = 30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244
sha256sums = 43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801
diff --git a/PKGBUILD b/PKGBUILD
index a73b47db1c84..2c4ede4acf70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=osu-lazer-bin
_pkgname=${pkgname%-bin}
-pkgver=2022.528.0
+pkgver=2022.605.0
pkgrel=1
pkgdesc="The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew."
arch=(x86_64)
@@ -29,12 +29,13 @@ source=(
)
noextract=("osu.AppImage")
sha256sums=(
- "07d7f3303f6d613bf83bd709405c01f2902194b8b96ff895126945bff10ec0f7"
+ "f944b07e417ae09b5890662dfafe2429e46d40736113a42bbf55a72ee125e57a"
"36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10"
"30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244"
"43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801"
"baeea5b234e65707a4e6a563eacac89063bf20047d64125cd1f26c3c52aae957"
)
+
package() {
cd "$srcdir"
@@ -45,5 +46,5 @@ package() {
# Install pixmap, desktop and license file
install -Dm644 lazer.png "$pkgdir/usr/share/pixmaps/osu-lazer.png"
install -Dm644 -t "$pkgdir/usr/share/applications" osu-lazer.desktop
- install -Dm644 LICENCE.md "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
+ install -Dm644 LICENCE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}