summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrister Solskogen2023-06-30 06:03:04 +0000
committerChrister Solskogen2023-06-30 06:03:04 +0000
commit8bf32a68cfa113e395f47dfcfc450f8aade8b804 (patch)
tree91d9433370875c15509360cd3a43d18e3af1dcf9
parent09cf4afdd1cd9e146e4e867009770649ec91b925 (diff)
downloadaur-sdl2-git.tar.gz
removed validpgpkeys
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0cc4ad10d32..a915fd20c6fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sdl2-git
pkgdesc = A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)
- pkgver = 2.26.0.r355.g120bc77e9
+ pkgver = 2.28.0.r14.gfc0854651
pkgrel = 1
url = https://www.libsdl.org
arch = x86_64
@@ -37,11 +37,10 @@ pkgbase = sdl2-git
optdepends = jack: JACK audio driver
optdepends = pipewire: PipeWire audio driver
optdepends = libdecor: Wayland client decorations
- provides = sdl2=2.26.0.r355.g120bc77e9
+ provides = sdl2=2.28.0.r14.gfc0854651
conflicts = sdl2
conflicts = sdl2-minimal-hg
- source = git+https://github.com/libsdl-org/SDL#branch=SDL2
- validpgpkeys = 1528635D8053A57F77D1E08630A59377A7763BE6
+ source = git+https://github.com/libsdl-org/SDL.git#branch=SDL2
sha512sums = SKIP
pkgname = sdl2-git
diff --git a/PKGBUILD b/PKGBUILD
index abde5723a7d4..7d223a63c799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,6 @@ source=("git+https://github.com/libsdl-org/SDL.git#branch=SDL2")
provides=("sdl2=$pkgver")
conflicts=(sdl2 sdl2-minimal-hg)
sha512sums=('SKIP')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
pkgver() {
cd SDL