Date: Monday, May 15, 2023 @ 14:15:36
  Author: gromit
Revision: 1461824

upgpkg: ly 0.5.3-5: make libxcb an optional dependency

Modified:
  ly/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-15 14:06:06 UTC (rev 1461823)
+++ PKGBUILD    2023-05-15 14:15:36 UTC (rev 1461824)
@@ -4,15 +4,16 @@
 
 pkgname=ly
 pkgver=0.5.3
-pkgrel=4
+pkgrel=5
 _tag=4094d2182a58795059cd3aa755f7b2975e1da861
 pkgdesc="TUI display manager"
 arch=(i686 x86_64 aarch64)
 url="https://github.com/fairyglade/ly";
 license=('custom:WTFPL')
-depends=(pam libxcb)
-makedepends=(git)
-optdepends=('xorg-xauth: for X server sessions')
+depends=(pam)
+makedepends=(git libxcb)
+optdepends=('xorg-xauth: for X server sessions'
+            'libxcb: for X server sessions')
 backup=(etc/$pkgname/{config.ini,wsetup.sh,xsetup.sh})
 source=("git+$url.git#tag=$_tag"
         "git+https://github.com/nullgemm/argoat.git";

Reply via email to