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 6e0af7aa5f25..30b8e1f4fd65 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 game collection
- pkgver = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://es-de.org
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = emulationstation-de
depends = sdl2
conflicts = emulationstation
conflicts = emulationstation-git
- source = emulationstation-de-stable-3.0-AUR_3.0.0-1.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-3.0-AUR/emulationstation-de-stable-3.0-AUR.tar.gz
- md5sums = 3a1408f2f3b78a946f58f8daffa23002
+ source = emulationstation-de-stable-3.0-AUR_3.0.1-1.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-3.0-AUR/emulationstation-de-stable-3.0-AUR.tar.gz
+ md5sums = 50e0eab69da2a1c14c7d22f1cd50a2a5
pkgname = emulationstation-de
diff --git a/PKGBUILD b/PKGBUILD
index 60c11885e79f..3b796ec65e8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leon Styhre <info@es-de.org>
pkgname=emulationstation-de
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="ES-DE (EmulationStation Desktop Edition) is a frontend for browsing and launching games from your multi-platform game collection"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('curl' 'ffmpeg' 'freeimage' 'freetype2' 'libgit2' 'poppler' 'pugixml' '
makedepends=('cmake' 'curl' 'pkgconf' 'make' 'ffmpeg' 'freeimage' 'freetype2' 'libgit2' 'poppler' 'pugixml' 'sdl2')
conflicts=('emulationstation' 'emulationstation-git')
source=("emulationstation-de-stable-3.0-AUR_${pkgver}-${pkgrel}.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-3.0-AUR/emulationstation-de-stable-3.0-AUR.tar.gz")
-md5sums=('3a1408f2f3b78a946f58f8daffa23002')
+md5sums=('50e0eab69da2a1c14c7d22f1cd50a2a5')
build() {
cmake -DAUR_BUILD=on -B emulationstation-de-stable-3.0-AUR -S emulationstation-de-stable-3.0-AUR