summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLancia2022-10-26 21:40:20 +0330
committerLancia2022-10-26 21:40:20 +0330
commit208869474f60e23746e2bb00aec42f7bc95653ba (patch)
tree509bc17d1e01c3f126440b6f1245a1ceca0b58d5
parent7c2c7a94426f31f0d8f31326fbab67ae52d2d09b (diff)
downloadaur-208869474f60e23746e2bb00aec42f7bc95653ba.tar.gz
Added libX11 dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34d10f2adb96..a52f61ceaf9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = herbe
arch = x86_64
license = MIT
makedepends = make
+ depends = libx11
depends = libxft
conflicts = herbe
conflicts = herbe-git
diff --git a/PKGBUILD b/PKGBUILD
index 17014fbe34be..1bfc20e8974e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Daemon-less notifications without D-Bus'
arch=('x86_64')
url='https://github.com/dudik/herbe'
license=('MIT')
-depends=('libxft')
+depends=('libx11' 'libxft')
makedepends=('make')
conflicts=('herbe' 'herbe-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dudik/${pkgname}/archive/${pkgver}.tar.gz")