summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvaxerski2024-01-05 12:14:25 +0100
committervaxerski2024-01-05 12:14:25 +0100
commit7e16719f9222f03595c4c3e247b667ef2102022b (patch)
treea173c4ce7aaf5b03569bd95e601311b5a1b075c0
parenteeda7de8885a18e919637fc0ad636518bc482bf6 (diff)
downloadaur-7e16719f9222f03595c4c3e247b667ef2102022b.tar.gz
fixups
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 156bfcde38c5..bf77102627c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xdg-desktop-portal-hyprland-git
pkgdesc = xdg-desktop-portal backend for hyprland
- pkgver = r343.f46cff1
+ pkgver = r349.1c80212
pkgrel = 1
epoch = 1
url = https://github.com/hyprwm/xdg-desktop-portal-hyprland
diff --git a/PKGBUILD b/PKGBUILD
index 97bb743cbbc7..83cec628f432 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname="xdg-desktop-portal-hyprland"
pkgname="${_pkgname}-git"
-pkgver=r343.f46cff1
+pkgver=r349.1c80212
pkgrel=1
epoch=1
pkgdesc="xdg-desktop-portal backend for hyprland"
@@ -35,7 +35,8 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
- cmake --no-warn-unused-cli -DCMAKE_INSTALL_LIBEXECDIR:STRING=/usr/lib -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH="${pkgdir}" -S . -B ./build
+ git submodule update --init
+ cmake --no-warn-unused-cli -DCMAKE_INSTALL_LIBEXECDIR:STRING=/usr/lib -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH="${pkgdir}/usr" -S . -B ./build
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
}