summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Styhre2024-05-13 18:34:09 +0200
committerLeon Styhre2024-05-13 18:34:09 +0200
commit4c170137cb7cf498a4e97850648db1b171ac202c (patch)
tree1a743682399bf419aaa9685fbf34a49849c99a6b
parent51a35cc3d2cd0a4e0b6cbd34628b81ad986b3e3a (diff)
downloadaur-4c170137cb7cf498a4e97850648db1b171ac202c.tar.gz
Updated for the 3.0.2 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8e529259444..36c7ac4e182f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.1
- pkgrel = 2
+ pkgver = 3.0.2
+ pkgrel = 1
url = https://es-de.org
arch = x86_64
license = MIT
@@ -26,7 +26,7 @@ pkgbase = emulationstation-de
depends = sdl2
conflicts = emulationstation
conflicts = emulationstation-git
- source = emulationstation-de-stable-3.0-AUR_3.0.1-2.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-3.0-AUR/emulationstation-de-stable-3.0-AUR.tar.gz
- md5sums = 7ca67d09872a9635f9ec9eafcf236806
+ source = emulationstation-de-stable-3.0-AUR_3.0.2-1.tar.gz::https://gitlab.com/es-de/emulationstation-de/-/archive/stable-3.0-AUR/emulationstation-de-stable-3.0-AUR.tar.gz
+ md5sums = 063da19250a5965319f9f13321a3ca10
pkgname = emulationstation-de
diff --git a/PKGBUILD b/PKGBUILD
index 281f81204fc5..09e4a888d24a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Leon Styhre <info@es-de.org>
pkgname=emulationstation-de
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.2
+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')
url="https://es-de.org"
@@ -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=('7ca67d09872a9635f9ec9eafcf236806')
+md5sums=('063da19250a5965319f9f13321a3ca10')
build() {
cmake -DAUR_BUILD=on -B emulationstation-de-stable-3.0-AUR -S emulationstation-de-stable-3.0-AUR