summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorghesy2022-10-30 21:01:46 +0330
committerghesy2022-10-30 21:01:46 +0330
commitbcf836fcaa8a9037ba457318dc32f0aff1432df3 (patch)
tree41dd8d9e9a5543e5c58b97c115aa9d071786740a
parent28347c736f0df322e681c970980beaf417473ba3 (diff)
downloadaur-bcf836fcaa8a9037ba457318dc32f0aff1432df3.tar.gz
add luastatus-meta to optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f37dc7a9488..7a536b0f3ed1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = luastatus
pkgdesc = universal status bar content generator
pkgver = 0.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/shdown/luastatus
arch = x86_64
license = LGPL3
@@ -19,6 +19,7 @@ pkgbase = luastatus
makedepends = xcb-util>=0.3.8
makedepends = xcb-util-wm>=0.4.1
depends = lua<5.5
+ optdepends = luastatus-meta: provides all luastatus dependencies
optdepends = libxcb>=1.10: for barlib 'dwm' and plugin 'xtitle'
optdepends = yajl>=2.0.4: for barlib 'i3'
optdepends = alsa-lib>=1.0.27.2: for plugin 'alsa'
diff --git a/PKGBUILD b/PKGBUILD
index 6d2cb01e434f..2202a2f48362 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=luastatus
pkgver=0.6.0
-pkgrel=2
+pkgrel=3
pkgdesc='universal status bar content generator'
url='https://github.com/shdown/luastatus'
arch=('x86_64')
@@ -24,6 +24,7 @@ makedepends=(
'xcb-util-wm>=0.4.1'
)
optdepends=(
+ "luastatus-meta: provides all luastatus dependencies"
"libxcb>=1.10: for barlib 'dwm' and plugin 'xtitle'"
"yajl>=2.0.4: for barlib 'i3'"
"alsa-lib>=1.0.27.2: for plugin 'alsa'"