summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Styhre2023-05-11 19:18:46 +0200
committerLeon Styhre2023-05-11 19:18:46 +0200
commit66f05cf88b5af50488ec3cfc7d2bce52d2fe7fc5 (patch)
treef72f5c8f2d3728d6396e5de03a81946935dfac70
parent5feacff742f40b92709bddb432255badceda15d3 (diff)
downloadaur-66f05cf88b5af50488ec3cfc7d2bce52d2fe7fc5.tar.gz
Fixed a GCC 13 compile error
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9f83b874819..08340343202d 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 = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://es-de.org
arch = x86_64
license = MIT
@@ -24,7 +24,7 @@ pkgbase = emulationstation-de
depends = sdl2
conflicts = emulationstation
conflicts = emulationstation-git
- source = emulationstation-de-stable-2.0-AUR_2.0.1-1.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-2.0-AUR/emulationstation-de-stable-2.0-AUR.tar.gz
- md5sums = 9ad42f71bc77288f6ae85996a83d03eb
+ source = emulationstation-de-stable-2.0-AUR_2.0.1-2.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-2.0-AUR/emulationstation-de-stable-2.0-AUR.tar.gz
+ md5sums = f99241386f267ba04a23cf5a9a542e0c
pkgname = emulationstation-de
diff --git a/PKGBUILD b/PKGBUILD
index a96325469917..10668a12593d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=emulationstation-de
pkgver=2.0.1
-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' 'libgit2' 'pugixml' 'sdl2')
makedepends=('cmake' 'curl' 'pkgconf' 'make' 'ffmpeg' 'freeimage' 'freetype2' 'libgit2' 'pugixml' 'sdl2')
conflicts=('emulationstation' 'emulationstation-git')
source=("emulationstation-de-stable-2.0-AUR_${pkgver}-${pkgrel}.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-2.0-AUR/emulationstation-de-stable-2.0-AUR.tar.gz")
-md5sums=('9ad42f71bc77288f6ae85996a83d03eb')
+md5sums=('f99241386f267ba04a23cf5a9a542e0c')
build() {
cmake -DAUR_BUILD=on -B emulationstation-de-stable-2.0-AUR -S emulationstation-de-stable-2.0-AUR