summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeon Styhre2022-03-06 14:50:57 +0100
committerLeon Styhre2022-03-06 14:50:57 +0100
commitaccb9a181b8dc1cd4db508c99ce0d2f6b72ae303 (patch)
tree64a38341ee880fbf326018b3c116466dd61d455f /PKGBUILD
parent584b0d77f067f68c8921d0715484b6a54f708b28 (diff)
downloadaur-accb9a181b8dc1cd4db508c99ce0d2f6b72ae303.tar.gz
Updated to build correctly with FFmpeg 5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07d4d3837b75..43d41bfaf386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=emulationstation-de
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="EmulationStation Desktop Edition (ES-DE) is a frontend for browsing and launching games from your multi-platform game collection"
arch=('x86_64')
url="https://es-de.org"
@@ -11,7 +11,7 @@ depends=('curl' 'ffmpeg' 'freeimage' 'freetype2' 'pugixml' 'sdl2')
makedepends=('cmake' 'curl' 'pkgconf' 'make' 'ffmpeg' 'freeimage' 'freetype2' 'pugixml' 'sdl2')
conflicts=('emulationstation' 'emulationstation-git')
source=("https://gitlab.com/leonstyhre/emulationstation-de/-/archive/stable-1.2/emulationstation-de-stable-1.2.tar.gz")
-md5sums=('662c978f3981dc18fbbd4403fe269bd8')
+md5sums=('4a23ba572db94f2625ec22ffcacb45df')
build() {
cmake -B emulationstation-de-stable-1.2 -S emulationstation-de-stable-1.2 .