From 7d562ba2a03b6c8cf254ea1315dc34bf33f22db2 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 13 Dec 2023 17:46:31 +0100 Subject: [PATCH] community/retroarch: rebuild against ffmpeg 6.1 --- community/retroarch/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/retroarch/APKBUILD b/community/retroarch/APKBUILD index f010c3c4742..263ceb1cd0e 100644 --- a/community/retroarch/APKBUILD +++ b/community/retroarch/APKBUILD @@ -8,7 +8,7 @@ pkgname=retroarch # - retroarch-assets # - retroarch-joypad-autoconfig pkgver=1.15.0 -pkgrel=2 +pkgrel=3 arch="all" url="https://retroarch.com" pkgdesc="Reference frontend for the libretro API"