summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrister Solskogen2022-06-13 09:33:50 +0200
committerChrister Solskogen2022-06-13 09:33:50 +0200
commitb0922109f16a82a6c55e03bbc55b8a297fafc998 (patch)
tree5ab8166bddda8a67a8d37c16db1572641f56b4fc
parent193c8e0a25f5df64a2c224a74d6c4515e2bfb73f (diff)
downloadaur-b0922109f16a82a6c55e03bbc55b8a297fafc998.tar.gz
remove mistake
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0eebba56d417..49b7c22fc6aa 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.0.22.r271.g6b4bd5a75
+ pkgver = 2.0.22.r339.gbdf141335
pkgrel = 1
url = https://www.libsdl.org
arch = x86_64
@@ -36,7 +36,7 @@ pkgbase = sdl2-git
optdepends = jack: JACK audio driver
optdepends = pipewire: PipeWire audio driver
optdepends = libdecor: Wayland client decorations
- provides = sdl2=2.0.22.r271.g6b4bd5a75
+ provides = sdl2=2.0.22.r339.gbdf141335
conflicts = sdl2
conflicts = sdl2-minimal-hg
source = git+https://github.com/libsdl-org/SDL
diff --git a/PKGBUILD b/PKGBUILD
index 530d55c16668..53585ed25b6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christer Solskogen <christer.solskogen@gmail.com>
pkgname=sdl2-git
-pkgver=2.0.22.r271.g6b4bd5a75
+pkgver=2.0.22.r339.gbdf141335
pkgrel=1
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)"
arch=('x86_64' 'aarch64' 'armv7h')
@@ -40,8 +40,6 @@ package() {
DESTDIR="${pkgdir}" cmake --install build
# For some reason, this isn't named correctly and we have to fix it to reflect the actual staticlib name.
sed -i "s/libSDL2\.a/libSDL2main.a/g" "$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
- pwd
- read
install -Dm644 SDL/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
chown -R root:root "$pkgdir"
}