summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2018-09-25 23:24:11 +0200
committerFabioLolix2018-09-25 23:24:11 +0200
commit79ac1a082c3390478d6549bc18d0eb1ac886a703 (patch)
tree4ab53ad251de2252c06df71be5bea279938614ad
parentb9bbedfd60c02c9d4f12471c88b53dc607693070 (diff)
downloadaur-79ac1a082c3390478d6549bc18d0eb1ac886a703.tar.gz
Fix build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 226060144ed6..01e349f036a7 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 = r68.f7abd11
+ pkgver = r75.8e325f8
pkgrel = 1
url = https://mauikit.org/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 65ccb3649634..4c03ced8a2d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
pkgname=mauikit-git
-pkgver=r68.f7abd11
+pkgver=r75.8e325f8
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)
@@ -24,7 +24,7 @@ build() {
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib
make
}