summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHamletDuFromage (github workflow https://github.com/HamletDuFromage/slippi-launcher-PKGBUILD)2024-03-25 06:45:19 +0000
committerHamletDuFromage (github workflow https://github.com/HamletDuFromage/slippi-launcher-PKGBUILD)2024-03-25 06:45:19 +0000
commit9dccdac38f476cacb73bbf00accc9a1e76689440 (patch)
tree6e54f87a8d0bbcc48ee74bbc6fd4b9c108bafa34
parent545f68148dea06b8ce68573bdbdc2c241646e97b (diff)
downloadaur-9dccdac38f476cacb73bbf00accc9a1e76689440.tar.gz
automatic: updated PKGBUILD (AUR)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac9dbbc303f0..e125e1eeca37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slippi-launcher
pkgdesc = The way to play Slippi Online and watch replays.
- pkgver = v2.11.4.r0.g5403d464
+ pkgver = v2.11.5.r0.g02f3f007
pkgrel = 2
url = https://slippi.gg/
arch = x86_64
@@ -37,7 +37,7 @@ pkgbase = slippi-launcher
depends = zlib
optdepends = pulseaudio: PulseAudio backend
options = !strip
- source = Slippi-Launcher-2.11.4-x86_64.AppImage::https://github.com/project-slippi/slippi-launcher/releases/download/v2.11.4/Slippi-Launcher-2.11.4-x86_64.AppImage
- sha512sums = a786838b59b25cbfd951d7fb103d3bf64e80a33a1397505ec33962f58011f82cd9f825283abcfe52d16105583ebfba979a49b0d82b7c7e548a54a81317ea8d7a
+ source = Slippi-Launcher-2.11.5-x86_64.AppImage::https://github.com/project-slippi/slippi-launcher/releases/download/v2.11.5/Slippi-Launcher-2.11.5-x86_64.AppImage
+ sha512sums = b13f921b9e962e03a82947b7ed506aedecd84f2d539ebefd30856f46b8dbad12a43df50229e537d113b95c6c891bd8fd1e93bddf5fa4409ff4a6172cb253334b
pkgname = slippi-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 89305a730816..6fcc9dd5dc0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ABOhiccups <info@abohiccups.com>
pkgname=slippi-launcher
-_tagname='2.11.4'
-pkgver='v2.11.4.r0.g5403d464'
+_tagname='2.11.5'
+pkgver='v2.11.5.r0.g02f3f007'
pkgrel=2
pkgdesc="The way to play Slippi Online and watch replays."
arch=('x86_64')
@@ -14,7 +14,7 @@ options=('!strip')
_url="https://github.com/project-slippi/$pkgname/releases"
_package="Slippi-Launcher-$_tagname-$arch.AppImage"
source=("$_package::$_url/download/v$_tagname/$_package")
-sha512sums=('a786838b59b25cbfd951d7fb103d3bf64e80a33a1397505ec33962f58011f82cd9f825283abcfe52d16105583ebfba979a49b0d82b7c7e548a54a81317ea8d7a')
+sha512sums=('b13f921b9e962e03a82947b7ed506aedecd84f2d539ebefd30856f46b8dbad12a43df50229e537d113b95c6c891bd8fd1e93bddf5fa4409ff4a6172cb253334b')
prepare() {
chmod +x "$srcdir/$_package"