summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5737af0ee82b..28ef75b05b7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emulationstation-de
pkgdesc = ES-DE (EmulationStation Desktop Edition) is a frontend for browsing and launching games from your multi-platform collection
- pkgver = 3.1.0
+ pkgver = 3.1.1
pkgrel = 1
url = https://es-de.org
arch = x86_64
@@ -32,7 +32,7 @@ pkgbase = emulationstation-de
depends = sdl2
conflicts = emulationstation
conflicts = emulationstation-git
- source = emulationstation-de-stable-3.1-AUR_3.1.0-1.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-3.1-AUR/emulationstation-de-stable-3.1-AUR.tar.gz
- md5sums = 75a68ceee998b9ffef35bf149ebca6ca
+ source = emulationstation-de-stable-3.1-AUR_3.1.1-1.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-3.1-AUR/emulationstation-de-stable-3.1-AUR.tar.gz
+ md5sums = 06122eab38f9aa8bdb0697bacf60b754
pkgname = emulationstation-de
diff --git a/PKGBUILD b/PKGBUILD
index 52526a2f64fd..715784936ec9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leon Styhre <info@es-de.org>
pkgname=emulationstation-de
-pkgver=3.1.0
+pkgver=3.1.1
pkgrel=1
pkgdesc="ES-DE (EmulationStation Desktop Edition) is a frontend for browsing and launching games from your multi-platform collection"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('curl' 'ffmpeg' 'freeimage' 'freetype2' 'gettext' 'harfbuzz' 'icu' 'lib
makedepends=('cmake' 'curl' 'pkgconf' 'make' 'ffmpeg' 'freeimage' 'freetype2' 'gettext' 'harfbuzz' 'icu' 'libgit2' 'poppler' 'pugixml' 'sdl2')
conflicts=('emulationstation' 'emulationstation-git')
source=("emulationstation-de-stable-3.1-AUR_${pkgver}-${pkgrel}.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-3.1-AUR/emulationstation-de-stable-3.1-AUR.tar.gz")
-md5sums=('75a68ceee998b9ffef35bf149ebca6ca')
+md5sums=('06122eab38f9aa8bdb0697bacf60b754')
build() {
export CXXFLAGS=""