summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}