summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrdotx2023-03-24 09:18:59 +0100
committermrdotx2023-03-24 09:18:59 +0100
commit0b16a1f0c6f53fdb60ec6617d2e8019648e1a6c9 (patch)
treed14453b9a89b7bb811e81babe72657cecd06531a
parent4b0e5495e24a5c6d5c7f5a2ee783e8ebe6a274d6 (diff)
downloadaur-0b16a1f0c6f53fdb60ec6617d2e8019648e1a6c9.tar.gz
optdepends updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dada876f46c8..7dcc513680e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = j4-dmenu-desktop-git
pkgdesc = A rewrite of i3-dmenu-desktop, which is much faster
pkgver = 2.18.r11.g7a64862
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/enkore/j4-dmenu-desktop
arch = i686
arch = x86_64
license = GPL3
makedepends = git
makedepends = cmake
- optdepends = dmenu
- optdepends = bemenu
+ optdepends = dmenu: the default backend
+ optdepends = bemenu: an alternative backend
provides = j4-dmenu-desktop
conflicts = j4-dmenu-desktop
source = j4-dmenu-desktop-git::git+https://github.com/enkore/j4-dmenu-desktop.git
diff --git a/PKGBUILD b/PKGBUILD
index 72f1c076cb46..75fc71a024a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bill Kolokithas <kolokithas.b@gmail.com>
pkgname=j4-dmenu-desktop-git
pkgver=2.18.r11.g7a64862
-pkgrel=1
+pkgrel=2
pkgdesc="A rewrite of i3-dmenu-desktop, which is much faster"
arch=('i686' 'x86_64')
url="https://github.com/enkore/j4-dmenu-desktop"
@@ -12,8 +12,8 @@ makedepends=(
'git'
'cmake')
optdepends=(
- 'dmenu'
- 'bemenu'
+ 'dmenu: the default backend'
+ 'bemenu: an alternative backend'
)
provides=('j4-dmenu-desktop')
conflicts=('j4-dmenu-desktop')