summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefan0xC2020-07-23 01:35:28 +0200
committerstefan0xC2020-07-23 01:35:28 +0200
commit2cef3da447303acf28242452f07e022476227185 (patch)
tree2e1a39e4aded291ba7f0be4aafa30d23aa4238df
parent8bb568dcfa3d6e3b013c87cb4fa95ca9044246b2 (diff)
downloadaur-2cef3da447303acf28242452f07e022476227185.tar.gz
update .SRCINFO and add emptydirs option
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46dfd83395da..eecdc08aa5aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = lightdm-guest-account
pkgdesc = LightDM shell script to enable guest account session.
pkgver = 1.30.0
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/canonical/lightdm
arch = any
license = GPL
optdepends = lightdm: display manager with guest-session support
conflicts = lightdm-guest
+ options = emptydirs
source = guest-account.sh
source = lightdm-autologin.sysusers
sha256sums = e66a6b385e2f365f70da8eab98b7c556939920b9fe980359b5f91c13d4d519cd
diff --git a/PKGBUILD b/PKGBUILD
index 6be6db33afde..e0bd8d3f54fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,9 @@ source=(
guest-account.sh
lightdm-autologin.sysusers
)
+options=(
+ emptydirs
+)
sha256sums=(
'e66a6b385e2f365f70da8eab98b7c556939920b9fe980359b5f91c13d4d519cd'
'de4191ebe7bd07724e0257bb748de56f6c9fc49e76af9a756363bdfc9a66dfa2'