diff options
Diffstat (limited to 'community/picom/APKBUILD')
-rw-r--r-- | community/picom/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/picom/APKBUILD b/community/picom/APKBUILD index 501368b8a2..1016398b6d 100644 --- a/community/picom/APKBUILD +++ b/community/picom/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=picom pkgver=7.5 -pkgrel=1 +pkgrel=2 pkgdesc="X Compositor (a fork of compton)" url="https://github.com/yshui/picom" arch="all" @@ -19,7 +19,7 @@ replaces="compton" # Backwards compatibility provides="compton=$pkgver-r$pkgrel" # Backwards compatibility build() { - meson --prefix=/usr --buildtype=debugoptimized -Dbuild_docs=true build + meson --prefix=/usr --buildtype=plain -Dbuild_docs=true build ninja -v -C build } |