summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Styhre2023-07-16 13:35:43 +0200
committerLeon Styhre2023-07-16 13:35:43 +0200
commit09c1b2e6a1a51d9e8f919582acb6a0f50314963b (patch)
treee3ad6ddba473b6f1c072bc6ec4c567ca2d53bace
parenta6b81a910d45aaa0aaed8cc668cd031159c36532 (diff)
downloadaur-09c1b2e6a1a51d9e8f919582acb6a0f50314963b.tar.gz
Updated for the 2.1.1 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d4ba7d41467..9ca5e4013d9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.1.0
+ pkgver = 2.1.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-2.1-AUR_2.1.0-1.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-2.1-AUR/emulationstation-de-stable-2.1-AUR.tar.gz
- md5sums = 318b6efea614e549cd1cb1f071a84adf
+ source = emulationstation-de-stable-2.1-AUR_2.1.1-1.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-2.1-AUR/emulationstation-de-stable-2.1-AUR.tar.gz
+ md5sums = d7864509bd248d37191c1e6e58b1e4e8
pkgname = emulationstation-de
diff --git a/PKGBUILD b/PKGBUILD
index cb83dcba0f8d..de0033069b06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leon Styhre <info@es-de.org>
pkgname=emulationstation-de
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="EmulationStation Desktop Edition (ES-DE) 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-2.1-AUR_${pkgver}-${pkgrel}.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-2.1-AUR/emulationstation-de-stable-2.1-AUR.tar.gz")
-md5sums=('318b6efea614e549cd1cb1f071a84adf')
+md5sums=('d7864509bd248d37191c1e6e58b1e4e8')
build() {
cmake -DAUR_BUILD=on -B emulationstation-de-stable-2.1-AUR -S emulationstation-de-stable-2.1-AUR