From 7777c64969b21d40c82234e54eb1ce85c00cf49b Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Sun, 1 May 2022 10:15:54 +0200 Subject: [PATCH 1/2] bump version to v2022.501.0 --- .SRCINFO | 6 +++--- PKGBUILD | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 72d4375..f101c58 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.424.1 + pkgver = 2022.501.0 pkgrel = 1 url = https://osu.ppy.sh arch = x86_64 @@ -15,12 +15,12 @@ pkgbase = osu-lazer-bin conflicts = osu-lazer noextract = osu.AppImage options = !strip - source = osu-lazer-2022.424.1.AppImage::https://github.com/ppy/osu/releases/download/2022.424.1/osu.AppImage + source = osu-lazer-2022.501.0.AppImage::https://github.com/ppy/osu/releases/download/2022.501.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 = ee5cbcf6b3ba598124ea9c61aa4428e8b196f7802d11466f9cd202fa608cd637 + sha256sums = 966c2707326b83009ae5809ca175786378415791c92580f013c1b155e31688df sha256sums = 36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10 sha256sums = 30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244 sha256sums = 43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801 diff --git a/PKGBUILD b/PKGBUILD index a7ca6e9..349d55f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,10 +1,11 @@ # Maintainer: David Husička # Contributor: Tyler Nelson # Contributor: Tuhana GAYRETLİ +# Contributor: Quenten Schoonderwoerd pkgname=osu-lazer-bin _pkgname=${pkgname%-bin} -pkgver=2022.424.1 +pkgver=2022.501.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 +30,11 @@ source=( ) noextract=("osu.AppImage") sha256sums=( - "ee5cbcf6b3ba598124ea9c61aa4428e8b196f7802d11466f9cd202fa608cd637" + "966c2707326b83009ae5809ca175786378415791c92580f013c1b155e31688df" "36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10" "30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244" "43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801" - "a9a2ea43849e9cb94d40f8668406078b619e96d3b66fc5bce112d9b0e4d6c8a0" -) + "a9a2ea43849e9cb94d40f8668406078b619e96d3b66fc5bce112d9b0e4d6c8a0") package() { cd "$srcdir" From 3ebf4e5e49431c1936e5ee85be1dc9d2b857d5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuhana=20GAYRETL=C4=B0?= Date: Wed, 4 May 2022 21:56:06 +0300 Subject: [PATCH 2/2] remove `LD_LIBRARY_PATH` variable --- .SRCINFO | 4 ++-- PKGBUILD | 7 ++++--- osu-lazer | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f101c58..5cda5de 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ 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.501.0 - pkgrel = 1 + pkgrel = 2 url = https://osu.ppy.sh arch = x86_64 license = MIT @@ -24,6 +24,6 @@ pkgbase = osu-lazer-bin sha256sums = 36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10 sha256sums = 30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244 sha256sums = 43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801 - sha256sums = a9a2ea43849e9cb94d40f8668406078b619e96d3b66fc5bce112d9b0e4d6c8a0 + sha256sums = baeea5b234e65707a4e6a563eacac89063bf20047d64125cd1f26c3c52aae957 pkgname = osu-lazer-bin diff --git a/PKGBUILD b/PKGBUILD index 349d55f..df19330 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,9 +6,9 @@ pkgname=osu-lazer-bin _pkgname=${pkgname%-bin} pkgver=2022.501.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." -arch=("x86_64") +arch=(x86_64) url="https://osu.ppy.sh" license=("MIT" "custom:CC-BY-NC 4.0") depends=( @@ -34,7 +34,8 @@ sha256sums=( "36f73cfe0a84cd65a8bb54fcde5a01c419b134bee4a88cc92eb4f33236343a10" "30b914824784b6ba6b30a44b22bea4f3c6fbc10f3f0e74fde5ca76a92ef57244" "43aba829341aa5542d7cedf9e95215d553a7db73a65f169f0de5a25aac75b801" - "a9a2ea43849e9cb94d40f8668406078b619e96d3b66fc5bce112d9b0e4d6c8a0") + "baeea5b234e65707a4e6a563eacac89063bf20047d64125cd1f26c3c52aae957" +) package() { cd "$srcdir" diff --git a/osu-lazer b/osu-lazer index 5412470..cea1464 100644 --- a/osu-lazer +++ b/osu-lazer @@ -1,2 +1,2 @@ -#!/usr/bin/env sh -env OSU_EXTERNAL_UPDATE_PROVIDER=1 LD_LIBRARY_PATH=/usr/lib/ffmpeg4.4:"$LD_LIBRARY_PATH" /opt/osu-lazer/osu.AppImage "$@" +#!/bin/sh +env OSU_EXTERNAL_UPDATE_PROVIDER=1 /opt/osu-lazer/osu.AppImage "$@"