summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Johansen2024-03-16 20:13:13 +0100
committerDan Johansen2024-03-16 20:13:13 +0100
commitc37b6794f5970526a3ee918a8f35458530d9046b (patch)
treec7a3a2ea12298e0085c25aaee20063ef57952d5a
parentc2487412db0f7bfe1b1ef6765adb083572251f3d (diff)
downloadaur-wayfire-plugins-wfconfig-hjson.tar.gz
fix compilation against wlroots 0.17
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8843aca0d9af..9a2d6e0d1d70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wayfire-plugins-wfconfig-hjson
pkgdesc = Wayfire plugin to read/write the configuration in the hjson format. Usage: wayfire --backend hjson-config-backend --config /path/to/config/file.hjson
pkgver = 0.8.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/wayfireplugins/wf-config-hjson
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 65234f2d7e42..376892745703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=wf-config-hjson
pkgname=wayfire-plugins-wfconfig-hjson
pkgver=0.8.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Wayfire plugin to read/write the configuration in the hjson format. Usage: wayfire --backend hjson-config-backend --config /path/to/config/file.hjson"
arch=('x86_64' 'aarch64')
url="https://gitlab.com/wayfireplugins/${_pkgname}"
@@ -15,7 +15,7 @@ md5sums=('1023dd91f0964df639e3b4ff3d6dc227')
build() {
cd "${_pkgname}-v${pkgver}"
- PKG_CONFIG_PATH=/usr/lib/wlroots0.16/pkgconfig meson setup .build --prefix=/usr --buildtype=release
+ meson setup .build --prefix=/usr --buildtype=release
ninja -C .build
}