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

Jelle van der Waa jelle at gemini.archlinux.org
Sun May 1 12:35:26 UTC 2022


    Date: Sunday, May 1, 2022 @ 12:35:26
  Author: jelle
Revision: 444366

Move to sdl2

qrencode uses SDL for tests and also supports SDL2 now.

Modified:
  qrencode/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-01 09:51:57 UTC (rev 444365)
+++ PKGBUILD	2022-05-01 12:35:26 UTC (rev 444366)
@@ -7,7 +7,7 @@
 pkgdesc="C library for encoding data in a QR Code symbol."
 arch=(x86_64)
 depends=('libpng')
-makedepends=(sdl)
+makedepends=(sdl2)
 url="https://fukuchi.org/works/qrencode/"
 license=('GPL')
 source=(https://fukuchi.org/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)



More information about the arch-commits mailing list