summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQue Quotion2023-05-28 00:09:03 +0900
committerQue Quotion2023-05-28 00:09:03 +0900
commite356ff745e0040bc02956cb78d38875895c77165 (patch)
tree28dcd1dc7a478e7eeb7f2e1abbff9c7e1d9e25a1 /PKGBUILD
parentb1b35382653f5ab6267bd6b5419072970f335637 (diff)
downloadaur-lightdm-pantheon-greeter-git.tar.gz
Remove invalid option (ubuntu-patched-gsd)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c36a406c1567..13d2f4dfb2b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: sh4nks <sh4nks7@gmail.com
pkgname=lightdm-pantheon-greeter-git
-pkgver=5.0.4.r38.fd23540
+pkgver=6.1.1.r72.fb7833ef
pkgrel=1
pkgdesc='Pantheon greeter for LightDM'
arch=(x86_64)
@@ -35,8 +35,7 @@ pkgver() {
}
build() {
- arch-meson lightdm-pantheon-greeter build \
- -D ubuntu-patched-gsd=false
+ arch-meson lightdm-pantheon-greeter build
ninja -C build
}