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

Antonio Rojas arojas at gemini.archlinux.org
Thu Jul 28 22:15:09 UTC 2022


    Date: Thursday, July 28, 2022 @ 22:15:09
  Author: arojas
Revision: 1259039

upgpkg: lib32-sdl2_image 2.6.0-1: Update to 2.6.0

Modified:
  lib32-sdl2_image/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-28 22:10:20 UTC (rev 1259038)
+++ PKGBUILD	2022-07-28 22:15:09 UTC (rev 1259039)
@@ -3,8 +3,8 @@
 # Contributor: Jameson Pugh <imntreal at gmail.com>
 
 pkgname=lib32-sdl2_image
-pkgver=2.0.5
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 pkgdesc='A simple library to load images of various formats as SDL surfaces'
 arch=(x86_64)
 url=https://www.libsdl.org/projects/SDL_image/
@@ -20,9 +20,9 @@
 )
 makedepends=(
   cmake
-  mercurial
+  git
 )
-source=(hg+https://hg.libsdl.org/SDL_image#tag=release-${pkgver})
+source=(git+https://github.com/libsdl-org/SDL_image#tag=release-${pkgver})
 sha256sums=(SKIP)
 
 prepare() {



More information about the arch-commits mailing list