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 e4c74edaa220..e1cb7611038f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hikari-darcs
pkgdesc = Stacking Wayland compositor with additional tiling capabilities, heavily inspired by the Calm Window manager (cwm)
- pkgver = 1.0.2.20200412164624
+ pkgver = 1.1.0.20200502143445
pkgrel = 1
epoch = 1
url = https://hikari.acmelabs.space
diff --git a/PKGBUILD b/PKGBUILD
index 734386a0a921..580b6172eb13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: f0x <aur at cthu dot lu>
pkgname=hikari-darcs
-pkgver=1.0.2.20200412164624
+pkgver=1.1.0.20200502143445
pkgrel=1
epoch=1
pkgdesc='Stacking Wayland compositor with additional tiling capabilities, heavily inspired by the Calm Window manager (cwm)'
@@ -40,7 +40,7 @@ pkgver() {
build() {
cd "$srcdir/$_darcsmod"
- bmake WITH_POSIX_C_SOURCE=YES WITH_XWAYLAND=YES WITH_SCREENCOPY=YES WITH_GAMMACONTROL=YES WITH_LAYERSHELL=YES
+ bmake PREFIX="${pkgdir}"/usr ETC_PREFIX="${pkgdir}"/etc WITH_POSIX_C_SOURCE=YES WITH_XWAYLAND=YES WITH_SCREENCOPY=YES WITH_GAMMACONTROL=YES WITH_LAYERSHELL=YES
}
package() {