summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Horvath2024-10-12 10:08:07 -0700
committerWilliam Horvath2024-10-12 10:08:07 -0700
commit765bd6cc78468a98548b96478369f184fcb8a1a7 (patch)
treea9b3a1800a8f5e9665d9e774112040b27c7c213a
parentea1eeee45d6b590bfa3cab3d6b808b76c4dd7998 (diff)
downloadaur-765bd6cc78468a98548b96478369f184fcb8a1a7.tar.gz
update patch repo pkgsum after minor hotfix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f7d1965382f..8ed5498aae21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -204,6 +204,6 @@ pkgbase = wine-osu-spectator
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
- sha512sums = c8332682ceb4bdf30f9488c364b82f6c48d015a691b8bbdf17859373ca8015cdf7f7735a41a5317d4151ff6c67f0e9f298b55577111cf52a41c645b36141545c
+ sha512sums = d2ec7defe267634e21748115c76de366462d6a49aaf067c4dce836bb7354b2627df20f339bf02532356cd6432600c47cc02211165330766d822179c9d1ef2431
pkgname = wine-osu-spectator
diff --git a/PKGBUILD b/PKGBUILD
index 08fa2a6cc67a..6a55dcef9e8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -134,7 +134,7 @@ noextract=()
## don't needlessly add the wine-osu-patches repo if we explicitly specify custom ones
if ! { [ -d "${_where}"/custompatches ] && [ "${_custompatches}" = "true" ] ; }; then
source+=("git+https://github.com/whrvt/wine-osu-patches.git#tag=${_patchbase_tag}")
- sha512sums+=('c8332682ceb4bdf30f9488c364b82f6c48d015a691b8bbdf17859373ca8015cdf7f7735a41a5317d4151ff6c67f0e9f298b55577111cf52a41c645b36141545c')
+ sha512sums+=('d2ec7defe267634e21748115c76de366462d6a49aaf067c4dce836bb7354b2627df20f339bf02532356cd6432600c47cc02211165330766d822179c9d1ef2431')
if [ "${_custompatches}" = "true" ]; then
msg2 "WARNING: _custompatches=true but custompatches directory not found. Will be using wine-osu-patches repo."