summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Taylor2020-11-27 19:36:20 -0600
committerDerek Taylor2020-11-27 19:36:20 -0600
commit897a867a8e8468b080e795abfa598c7a3372645d (patch)
tree5fb098827b5bd0c5a099ec4950ceb1b7b2157859
parent7ae0d6d46e9a7ec8d264cdf76178a6312b0a3b22 (diff)
downloadaur-897a867a8e8468b080e795abfa598c7a3372645d.tar.gz
Editing the dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 817ef64aedf1..312dfcbbda23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = dwm-distrotube-git
depends = st
depends = dmenu
depends = libxft-bgra-git
- depends = dwmblocks-distrotube-git
optdepends = surf
provides = dwm
conflicts = dwm
diff --git a/PKGBUILD b/PKGBUILD
index 85e3ce9e23b9..773731798fd1 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 ttf-hack ttf-joypixels freetype2 st dmenu libxft-bgra-git dwmblocks-distrotube-git)
+depends=(libx11 libxinerama ttf-hack ttf-joypixels freetype2 st dmenu libxft-bgra-git)
makedepends=(make)
checkdepends=()
optdepends=(surf)