summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Taylor2020-11-23 14:38:18 -0600
committerDerek Taylor2020-11-23 14:38:18 -0600
commit7ae0d6d46e9a7ec8d264cdf76178a6312b0a3b22 (patch)
tree63298cab5eaf6dde791bc8479bb4a7d81b0a3b17
parentd1f947985bdb8492f3d4ca18462012b7f554305d (diff)
downloadaur-7ae0d6d46e9a7ec8d264cdf76178a6312b0a3b22.tar.gz
Adding new dependencies for dwmblocks
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82e77c08e7f6..817ef64aedf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,13 +9,13 @@ pkgbase = dwm-distrotube-git
makedepends = make
depends = libx11
depends = libxinerama
- depends = libxft
depends = ttf-hack
depends = ttf-joypixels
depends = freetype2
depends = st
depends = dmenu
- depends = tabbed
+ depends = libxft-bgra-git
+ depends = dwmblocks-distrotube-git
optdepends = surf
provides = dwm
conflicts = dwm
diff --git a/PKGBUILD b/PKGBUILD
index 4218cbe8f76e..85e3ce9e23b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=(x86_64 i686)
url="https://gitlab.com/dwt1/dwm-distrotube.git"
license=('MIT')
groups=()
-depends=(libx11 libxinerama libxft ttf-hack ttf-joypixels freetype2 st dmenu tabbed)
+depends=(libx11 libxinerama ttf-hack ttf-joypixels freetype2 st dmenu libxft-bgra-git dwmblocks-distrotube-git)
makedepends=(make)
checkdepends=()
optdepends=(surf)