summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Styhre2022-03-28 18:58:45 +0200
committerLeon Styhre2022-03-28 18:58:45 +0200
commit144b8eab05f61aaeb53274ad14ab91f07fffeeb6 (patch)
tree3a88002fd791a22411995c1eead19b8e8b6d496c
parentfdcf8f698e10d7b9604df644899bb3701f6f0fff (diff)
downloadaur-144b8eab05f61aaeb53274ad14ab91f07fffeeb6.tar.gz
Fixed a build issue caused by the switch to a new AUR-specific branch.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 341bc680f162..e600c90dc67b 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 = 2
+ pkgrel = 3
url = https://es-de.org
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5c5ff4b2e1b8..d7d9361c84a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=emulationstation-de
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
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"
@@ -14,10 +14,10 @@ source=("https://gitlab.com/leonstyhre/emulationstation-de/-/archive/stable-1.2-
md5sums=('2ab2f4fcb4875deab286db8a9f66b847')
build() {
- cmake -B emulationstation-de-stable-1.2 -S emulationstation-de-stable-1.2 .
- make -C emulationstation-de-stable-1.2 -j4
+ cmake -B emulationstation-de-stable-1.2-AUR -S emulationstation-de-stable-1.2-AUR .
+ make -C emulationstation-de-stable-1.2-AUR -j4
}
package() {
- make -C emulationstation-de-stable-1.2 DESTDIR="${pkgdir}" install
+ make -C emulationstation-de-stable-1.2-AUR DESTDIR="${pkgdir}" install
}