From f1e3fe92ce7f3eb3ed43a1bf7531d511d5ddfa86 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Thu, 16 Mar 2023 19:00:14 +0100 Subject: [PATCH] Fixed PKGBUILD trying to build with wlroots0.15 (#125) * Fixed PKGBUILD trying to build with wlroots0.15 * Bumped pkgrel --- build-scripts/aur/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-scripts/aur/PKGBUILD b/build-scripts/aur/PKGBUILD index 7a8cea42..d1ce9604 100644 --- a/build-scripts/aur/PKGBUILD +++ b/build-scripts/aur/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=swayfx pkgname="$_pkgname" pkgver=0.2 -pkgrel=1 +pkgrel=2 license=("MIT") pkgdesc="SwayFX: Sway, but with eye candy!" makedepends=( @@ -53,7 +53,6 @@ options=(debug) install=sway.install build() { - export PKG_CONFIG_PATH='/usr/lib/wlroots0.15/pkgconfig' arch-meson \ -Dsd-bus-provider=libsystemd \ -Dwerror=false \