summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46e2b6ea1555..c0547142a7ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dmenu-abdellatif
pkgdesc = my dmenu costume build
pkgver = 0.5.8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/abdellatif-dev/dmenu-abdelllatif-dev.git
arch = x86_64
license = MIT
@@ -17,6 +17,7 @@ pkgbase = dmenu-abdellatif
depends = freetype2
depends = fontconfig
depends = libfontconfig.so
+ optdepends = xfce4-terminal
provides = dmenu
conflicts = dmenu
source = git+https://github.com/abdellatif-dev/dmenu-abdelllatif-dev.git
diff --git a/PKGBUILD b/PKGBUILD
index a1d42610836a..2cf88059f8be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: abdellatif-dev <abdellatif.devlog@gmail.com>
pkgname=dmenu-abdellatif
pkgver=0.5.8
-pkgrel=2
+pkgrel=3
pkgdesc="my dmenu costume build"
arch=(x86_64)
url="https://github.com/abdellatif-dev/dmenu-abdelllatif-dev.git"
license=('MIT')
depends=(dash sh glibc coreutils libx11 libxinerama libxft freetype2 fontconfig libfontconfig.so)
makedepends=(git make)
-optdepends=()
+optdepends=(xfce4-terminal)
provides=(dmenu)
conflicts=(dmenu)
replaces=()