summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Styhre2022-03-28 18:47:47 +0200
committerLeon Styhre2022-03-28 18:47:47 +0200
commitfdcf8f698e10d7b9604df644899bb3701f6f0fff (patch)
treedd9485ab5fbe50ce39f1baa8f3701d6813e62e29
parent4923cba67fe4a0634c48d52717595f248b6dfa25 (diff)
downloadaur-fdcf8f698e10d7b9604df644899bb3701f6f0fff.tar.gz
Changed to an AUR-specific branch.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02756c61fa09..341bc680f162 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = emulationstation-de
depends = sdl2
conflicts = emulationstation
conflicts = emulationstation-git
- source = https://gitlab.com/leonstyhre/emulationstation-de/-/archive/stable-1.2/emulationstation-de-stable-1.2.tar.gz
- md5sums = 5f3466c124dca77549754c218360530d
+ source = https://gitlab.com/leonstyhre/emulationstation-de/-/archive/stable-1.2-AUR/emulationstation-de-stable-1.2-AUR.tar.gz
+ md5sums = 2ab2f4fcb4875deab286db8a9f66b847
pkgname = emulationstation-de
diff --git a/PKGBUILD b/PKGBUILD
index 3499a7832874..5c5ff4b2e1b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=('MIT')
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/emulationstation-de-stable-1.2.tar.gz")
-md5sums=('5f3466c124dca77549754c218360530d')
+source=("https://gitlab.com/leonstyhre/emulationstation-de/-/archive/stable-1.2-AUR/emulationstation-de-stable-1.2-AUR.tar.gz")
+md5sums=('2ab2f4fcb4875deab286db8a9f66b847')
build() {
cmake -B emulationstation-de-stable-1.2 -S emulationstation-de-stable-1.2 .