[arch-commits] Commit in sdl/trunk (PKGBUILD)
Laurent Carlier
lcarlier at archlinux.org
Sun Oct 6 14:16:36 UTC 2019
Date: Sunday, October 6, 2019 @ 14:16:36
Author: lcarlier
Revision: 363939
upgpkg: sdl 1.2.15-13
add missing package sourcecode signature
Modified:
sdl/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-06 14:11:23 UTC (rev 363938)
+++ PKGBUILD 2019-10-06 14:16:36 UTC (rev 363939)
@@ -4,7 +4,7 @@
pkgname=sdl
pkgver=1.2.15
-pkgrel=11
+pkgrel=13
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard"
arch=('x86_64')
url="https://www.libsdl.org"
@@ -14,7 +14,7 @@
optdepends=('alsa-lib: ALSA audio driver'
'libpulse: PulseAudio audio driver')
options=('staticlibs')
-source=(https://www.libsdl.org/release/SDL-${pkgver}.tar.gz
+source=(https://www.libsdl.org/release/SDL-${pkgver}.tar.gz{,.sig}
SDL-1.2.10-GrabNotViewable.patch
SDL-1.2.15-SDL_EnableUNICODE_drops_keyboard_events.patch
SDL-1.2.15-const_XData32.patch
@@ -39,6 +39,7 @@
SDL-1.2.15-CVE-2019-7638-CVE-2019-7636-Refuse-loading-BMP-image.patch
SDL-1.2.15-Reject-2-3-5-6-7-bpp-BMP-images.patch)
sha256sums=('d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00'
+ 'SKIP'
'ea2042b8a45a083b1447d5c56e52b23b79f2ddb0d717ec7b287b34ef71bd2d1a'
'292046466d52a2ebe995a0121404864e4ee0de2b6024203acb95bbd600844da0'
'bab60b515a74b71650ee71d5a0075c77046a7bad48b061673c3798dbdd35446d'
@@ -62,6 +63,7 @@
'3624f0dbe8d9bd3d553a25806237edcae5fafe714e5c4da3c5e3b281a3fbc8ae'
'7db8112826318de5705b54cf493060cec34e2822df2b1cd9f55891672beed64d'
'da87eb71c7af042bc8379f9f7cd63e57d99429774bb43524dde103718b99c533')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga <slouken at libsdl.org>
prepare() {
cd SDL-$pkgver
More information about the arch-commits
mailing list