diff options
author | Leon Styhre | 2024-05-13 18:34:09 +0200 |
---|---|---|
committer | Leon Styhre | 2024-05-13 18:34:09 +0200 |
commit | 4c170137cb7cf498a4e97850648db1b171ac202c (patch) | |
tree | 1a743682399bf419aaa9685fbf34a49849c99a6b | |
parent | 51a35cc3d2cd0a4e0b6cbd34628b81ad986b3e3a (diff) | |
download | aur-4c170137cb7cf498a4e97850648db1b171ac202c.tar.gz |
Updated for the 3.0.2 release
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -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 @@ -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 |