summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLolix2019-06-30 23:53:22 +0200
committerLolix2019-06-30 23:53:22 +0200
commite282f1a235529983a8d69bfad4cd4f3f888d9e70 (patch)
treef5061f6d4c85d872978b803bb3f3963226405609
parent3d8eb4de17fee109d99ced8716234e741722e612 (diff)
downloadaur-e282f1a235529983a8d69bfad4cd4f3f888d9e70.tar.gz
cmake fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aab8c33641e0..1a8122d19013 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mauikit-git
pkgdesc = Utilities and "templated" controls based on Kirigami and QCC2 that follow the ongoing work on the Maui HIG
- pkgver = r210.32b20e6
+ pkgver = r406.76895b8
pkgrel = 1
url = https://mauikit.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ac5b0676cef3..e9f6c0951abf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
pkgname=mauikit-git
-pkgver=r210.32b20e6
+pkgver=r406.76895b8
pkgrel=1
pkgdesc='Utilities and "templated" controls based on Kirigami and QCC2 that follow the ongoing work on the Maui HIG'
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "$pkgname"
- cmake \
+ cmake . \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib