summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Styhre2022-10-01 17:33:36 +0200
committerLeon Styhre2022-10-01 17:33:36 +0200
commit428247065ef633c9a90e69c6e0a0682287412341 (patch)
tree4f03476774e562f775635f6fa0fcb26d920879b8
parentf22af9a3571f4e2cc8ec08f88330516e3489668e (diff)
downloadaur-428247065ef633c9a90e69c6e0a0682287412341.tar.gz
Fixed an issue where some videos would not render correctly when using FFmpeg 5.1 and later.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03a650f74c1d..1222fc9bab29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emulationstation-de
pkgdesc = EmulationStation Desktop Edition (ES-DE) is a frontend for browsing and launching games from your multi-platform game collection
pkgver = 1.2.6
- pkgrel = 1
+ pkgrel = 2
url = https://es-de.org
arch = x86_64
license = MIT
@@ -22,7 +22,7 @@ pkgbase = emulationstation-de
depends = sdl2
conflicts = emulationstation
conflicts = emulationstation-git
- source = emulationstation-de-stable-1.2-AUR_1.2.6-1.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-1.2-AUR/emulationstation-de-stable-1.2-AUR.tar.gz
- md5sums = 3cbee29bccad5ff576f9847a0e121160
+ source = emulationstation-de-stable-1.2-AUR_1.2.6-2.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-1.2-AUR/emulationstation-de-stable-1.2-AUR.tar.gz
+ md5sums = 4bcf890a86240fe12413cfcae79bd954
pkgname = emulationstation-de
diff --git a/PKGBUILD b/PKGBUILD
index ff9f5930511e..799e4b542243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=emulationstation-de
pkgver=1.2.6
-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=("emulationstation-de-stable-1.2-AUR_${pkgver}-${pkgrel}.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-1.2-AUR/emulationstation-de-stable-1.2-AUR.tar.gz")
-md5sums=('3cbee29bccad5ff576f9847a0e121160')
+md5sums=('4bcf890a86240fe12413cfcae79bd954')
build() {
cmake -B emulationstation-de-stable-1.2-AUR -S emulationstation-de-stable-1.2-AUR