summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLudvig NG2021-05-10 20:17:26 +0200
committerLudvig NG2021-05-10 20:17:26 +0200
commitdfeba4de0f5a123ee1febc527c4cbaf672e55104 (patch)
tree337f660c9b09e096d1d3992a31745d704a62e247 /PKGBUILD
parent25d291b9a31983aa26314b10cbb5a86f4c939c97 (diff)
downloadaur-dfeba4de0f5a123ee1febc527c4cbaf672e55104.tar.gz
Add information about man-pages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb9c35dec5e3..0cdaf4a10d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Zom <zomaur at eevul dot org>
pkgname=cardboard-git
_pkgname=cardboard
-pkgver=r300.f2ef2ff
-pkgrel=3
+pkgver=r303.3ac63ac
+pkgrel=1
license=("GPL3")
pkgdesc="A unique, scrollable tiling Wayland compositor designed with laptops in mind."
makedepends=(git meson ninja wayland-protocols)
@@ -34,7 +34,7 @@ pkgver() {
build() {
cd "$_pkgname"
- meson --prefix /usr build
+ meson --prefix /usr build -Dman=false
ninja -C build
}