summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoréclairevoyant2023-03-22 13:46:41 -0400
committeréclairevoyant2023-03-22 13:47:13 -0400
commit03e4fa07e2787dd1add898abb4671332a197f5b4 (patch)
treebde28583dc689f571785012bcd6c86d3b814bd5c /PKGBUILD
parent7d6ffe5fc41bcfe0d24b01027d2dccca96128b93 (diff)
downloadaur-03e4fa07e2787dd1add898abb4671332a197f5b4.tar.gz
ly: make xorg-xauth an optional dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e2e21ef26db..c951b471abf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
pkgname=ly
pkgver=0.5.3
-pkgrel=2
+pkgrel=3
pkgdesc="TUI display manager"
-arch=('i686' 'x86_64' 'aarch64')
+arch=(i686 x86_64 aarch64)
url="https://github.com/fairyglade/$pkgname"
license=('custom:WTFPL')
-makedepends=('git')
-depends=('pam' 'xorg-xauth')
-conflicts=('python-ly') # TODO prevent this
+depends=(pam)
+makedepends=(git)
+optdepends=('xorg-xauth: for X server sessions')
+conflicts=(python-ly) # TODO prevent this
backup=(etc/$pkgname/{config.ini,wsetup.sh,xsetup.sh})
source=("git+$url.git#tag=v$pkgver"
"git+https://github.com/nullgemm/argoat.git"