[arch-commits] Commit in lib32-sdl2/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Aug 23 07:58:08 UTC 2021


    Date: Monday, August 23, 2021 @ 07:58:08
  Author: alucryd
Revision: 1004312

upgpkg: lib32-sdl2 2.0.16-1

Modified:
  lib32-sdl2/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-23 07:50:24 UTC (rev 1004311)
+++ PKGBUILD	2021-08-23 07:58:08 UTC (rev 1004312)
@@ -3,7 +3,7 @@
 # Contributor: J0k3r <moebius282 at gmail.com>
 
 pkgname=lib32-sdl2
-pkgver=2.0.14
+pkgver=2.0.16
 pkgrel=1
 pkgdesc='A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard'
 arch=(x86_64)
@@ -20,6 +20,7 @@
 )
 makedepends=(
   cmake
+  git
   jack
   lib32-alsa-lib
   lib32-mesa
@@ -29,7 +30,6 @@
   lib32-wayland
   lib32-libxkbcommon
   lib32-libxss
-  mercurial
   wayland-protocols
 )
 optdepends=(
@@ -37,14 +37,14 @@
   'lib32-libpulse: PulseAudio audio driver'
   'lib32-jack: JACK audio driver'
 )
-_tag=e52d96ea04fc
-source=(hg+https://hg.libsdl.org/SDL#tag=${_tag})
+_tag=25f9ed87ff6947d9576fc9d79dee0784e638ac58
+source=(git+https://github.com/libsdl-org/SDL.git#tag=${_tag})
 sha512sums=(SKIP)
 
 pkgver() {
   cd SDL
 
-  hg id --tags | sed 's/^release-//'
+  git describe --tags | sed 's/^release-//'
 }
 
 prepare() {



More information about the arch-commits mailing list