summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e7530fb664a..2628a9395b2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Randoragon's build of the suckless dynamic window manager (dwm)"
arch=('x86_64' 'i686' 'pentium4')
url="https://github.com/randoragon/dwm"
license=('MIT')
-depends=(libx11 libxinerama libxcb libxrender libxft-bgra)
+depends=(libx11 libxinerama libxcb libxrender libxft)
optdepends=('dwmblocks-randoragon-git: status bar')
makedepends=(git)
source=("git+$url")