summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce5322d7ef45..e20a49de0fe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.3.0.r206.6654145
pkgrel=1
pkgdesc='The Pantheon Window Manager'
arch=(x86_64)
-url='https://github.com/elementary/gala'
+url=https://github.com/elementary/gala
license=(GPL3)
groups=(pantheon-unstable)
depends=(
@@ -59,7 +59,7 @@ pkgver() {
build() {
arch-meson gala build \
- -D b_pie='false'
+ -D b_pie=false
ninja -C build
}