summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Styhre2022-03-30 19:33:58 +0200
committerLeon Styhre2022-03-30 19:33:58 +0200
commitfad6a7384b1bca81c2c582650ad38cbad3638c34 (patch)
tree53a19a24ea67bc95e37661390452b0b2744eb006
parent144b8eab05f61aaeb53274ad14ab91f07fffeeb6 (diff)
downloadaur-fad6a7384b1bca81c2c582650ad38cbad3638c34.tar.gz
Updated for the 1.2.1 release.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e600c90dc67b..7905deeb1fbe 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.0
- pkgrel = 3
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://es-de.org
arch = x86_64
license = MIT
@@ -23,6 +23,6 @@ pkgbase = emulationstation-de
conflicts = emulationstation
conflicts = emulationstation-git
source = https://gitlab.com/leonstyhre/emulationstation-de/-/archive/stable-1.2-AUR/emulationstation-de-stable-1.2-AUR.tar.gz
- md5sums = 2ab2f4fcb4875deab286db8a9f66b847
+ md5sums = cc781a99c880196242b8b64a21051571
pkgname = emulationstation-de
diff --git a/PKGBUILD b/PKGBUILD
index d7d9361c84a5..8c065a70fad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Leon Styhre <info@es-de.org>
pkgname=emulationstation-de
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.2.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')
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=("https://gitlab.com/leonstyhre/emulationstation-de/-/archive/stable-1.2-AUR/emulationstation-de-stable-1.2-AUR.tar.gz")
-md5sums=('2ab2f4fcb4875deab286db8a9f66b847')
+md5sums=('cc781a99c880196242b8b64a21051571')
build() {
cmake -B emulationstation-de-stable-1.2-AUR -S emulationstation-de-stable-1.2-AUR .