summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Styhre2022-05-04 20:42:20 +0200
committerLeon Styhre2022-05-04 20:42:20 +0200
commit195ac741a93be855864a923d98b3e7b38659a47f (patch)
treea000a20ce2527b4e5f9086643396c67112cc2ed1
parent10bf6026a991ee4cb2bc2987b93b7d1fd0bc81aa (diff)
downloadaur-195ac741a93be855864a923d98b3e7b38659a47f.tar.gz
Updated for the 1.2.3 release.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39527cfcc034..a802589cc05c 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.2
- pkgrel = 2
+ pkgver = 1.2.3
+ pkgrel = 1
url = https://es-de.org
arch = x86_64
license = MIT
@@ -22,7 +22,7 @@ pkgbase = emulationstation-de
depends = sdl2
conflicts = emulationstation
conflicts = emulationstation-git
- source = emulationstation-de-stable-1.2-AUR_1.2.2-2.tar.gz::https://gitlab.com/leonstyhre/emulationstation-de/-/archive/stable-1.2-AUR/emulationstation-de-stable-1.2-AUR.tar.gz
- md5sums = 401d945da25adb72eea4640232106590
+ source = emulationstation-de-stable-1.2-AUR_1.2.3-1.tar.gz::https://gitlab.com/leonstyhre/emulationstation-de/-/archive/stable-1.2-AUR/emulationstation-de-stable-1.2-AUR.tar.gz
+ md5sums = fe6056ed98d54dfca0f21e6a548565aa
pkgname = emulationstation-de
diff --git a/PKGBUILD b/PKGBUILD
index fb4a25d681ec..bf92047c3e5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Leon Styhre <info@es-de.org>
pkgname=emulationstation-de
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.3
+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=("emulationstation-de-stable-1.2-AUR_${pkgver}-${pkgrel}.tar.gz::https://gitlab.com/leonstyhre/emulationstation-de/-/archive/stable-1.2-AUR/emulationstation-de-stable-1.2-AUR.tar.gz")
-md5sums=('401d945da25adb72eea4640232106590')
+md5sums=('fe6056ed98d54dfca0f21e6a548565aa')
build() {
cmake -B emulationstation-de-stable-1.2-AUR -S emulationstation-de-stable-1.2-AUR .