summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuhana GAYRETLÄ°2022-06-05 11:52:22 +0300
committerTuhana GAYRETLÄ°2022-06-05 11:52:22 +0300
commit4dd5a76a4470f0f567778fd80b3bd306c03a165c (patch)
treecc661141500c03c049814d74e7906e97d27813cd
parent689b288a583bb3507ec4d18789b4a14902bea978 (diff)
downloadaur-4dd5a76a4470f0f567778fd80b3bd306c03a165c.tar.gz
bump version to v2022.605.1
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..d5e1bdf89d1b 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.1
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.1.AppImage::https://github.com/ppy/osu/releases/download/2022.605.1/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 = 91fe4ffb11917e693c0a2c214db3dffae093fd38b9ad76046fb7a69e563f4440
sha256sums = 36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10
sha256sums = 30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244
sha256sums = 43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801
diff --git a/PKGBUILD b/PKGBUILD
index a73b47db1c84..9f8e1ac38409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=osu-lazer-bin
_pkgname=${pkgname%-bin}
-pkgver=2022.528.0
+pkgver=2022.605.1
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"
+ "91fe4ffb11917e693c0a2c214db3dffae093fd38b9ad76046fb7a69e563f4440"
"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 -t "$pkgdir/usr/share/licenses/$pkgname" LICENCE.md
}