summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1eb1ca6c129..c6a66e835888 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,13 +19,6 @@ pkgver() {
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd "$srcdir/gamemode-extension"
-
- # Remove false GNOME 45 compatibility
- sed -i 's/"44", "45"/"44"/g' metadata.json.in
-}
-
build() {
arch-meson gamemode-extension build
meson compile -C build