summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2025-03-05 11:24:05 -0600
committerHurricanePootis2025-03-05 11:24:05 -0600
commit03663074013e678ec490657517326d47f6cbe617 (patch)
tree6e2a931261c00e5fb30bfcf0de424eb2dfbd50f0 /PKGBUILD
parent56724a08847e282ece4d791fd9896a86d2f1c52a (diff)
downloadaur-03663074013e678ec490657517326d47f6cbe617.tar.gz
upgpkg: 2.32.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b72885129fc..cf6617a53e5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
# Contributor: Sven-Hendrik Haase <svenstaro@archlinux.org>
pkgname=sdl2
-pkgver=2.32.0
+pkgver=2.32.2
pkgrel=1
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)"
arch=('x86_64')
@@ -17,7 +17,7 @@ optdepends=('alsa-lib: ALSA audio driver'
'pipewire: PipeWire audio driver'
'libdecor: Wayland client decorations')
source=("https://github.com/libsdl-org/SDL/releases/download/release-${pkgver}/SDL2-${pkgver}.tar.gz")
-sha512sums=('a91b8105125f06118e8bfce2a5553fe053f7158dd02f06a36cfc535f09c401eb7da11072e576c6bf6e41fa2e02b08483b9cc4e11c658578b762e1b6c326a45bb')
+sha512sums=('9a608974a69b97fd5589bf8feed4742498f8f07731bcd5b99dd518089acda8b9b4216197b6adf7ca79ef1a9fe47c542033eefe94763e66229b1d9ba5207da5c5')
build() {
CFLAGS+=" -ffat-lto-objects"