summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-11-29 16:24:50 -0700
committerMark Wagie2022-11-29 16:24:50 -0700
commit0d7f057ffd45c7d08489b683a4518e91dd317ef0 (patch)
treefa682c75586170286df2ea3ecd49a97fc4fdfa59
parent8ccc70824e3f516c5b58b0c88eee4c14f94fee10 (diff)
downloadaur-0d7f057ffd45c7d08489b683a4518e91dd317ef0.tar.gz
previous fix in upstream
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab497c7a30ac..cee765a2444e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lutris-git
pkgdesc = Open Gaming Platform
- pkgver = 0.5.12.beta1.r42.g027a55e2
+ pkgver = 0.5.12.beta1.r44.gca442a76
pkgrel = 1
url = https://lutris.net/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index e201a3a8eaf2..11a54f744458 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=lutris-git
-pkgver=0.5.12.beta1.r42.g027a55e2
+pkgver=0.5.12.beta1.r44.gca442a76
pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
@@ -50,13 +50,6 @@ pkgver() {
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd "$srcdir/${pkgname%-git}"
-
- # Fix 'end-of-line within string' msgfmt error
- sed -i 's/im Installations-/im Installations-"/g' po/de.po
-}
-
build() {
arch-meson "${pkgname%-git}" build
meson compile -C build