summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Wißmann2015-09-29 09:48:10 +0200
committerThorsten Wißmann2015-09-29 09:48:10 +0200
commit53ceed682c46c5e0ece6a6c832e6a577daaa7b46 (patch)
treea7049a1dac9ed3e016131eec4f9a33f93ba6da9b
parent62207d6ba66b11bb8efcb1016d6f3c6485d56ad2 (diff)
downloadaur-53ceed682c46c5e0ece6a6c832e6a577daaa7b46.tar.gz
Make dzen2 dependencies more reasonable
The suggested optional dependency should be the dzen2 package from community (which is a git package anyway). The dzen2-xft-xpm-xinerama patch is now based on the git package and not on an svn package anymore.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8ca191d76ae..b14dacbdd892 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,8 +15,8 @@ pkgbase = herbstluftwm-git
optdepends = bash: needed by most scripts
optdepends = xterm: used by the default autostart
optdepends = dmenu: needed by some scripts
- optdepends = dzen2-git: needed by panel.sh
- optdepends = dzen2-xft-xpm-xinerama-svn: view icons as tags
+ optdepends = dzen2: needed by panel.sh
+ optdepends = dzen2-xft-xpm-xinerama-git://aur@aur.archlinux.org/katarakt-git.git: view icons as tags
provides = herbstluftwm
conflicts = herbstluftwm
source = herbstluftwm-git::git://github.com/herbstluftwm/herbstluftwm
diff --git a/PKGBUILD b/PKGBUILD
index 2e35ce2c3b63..fee185da18e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ optdepends=(
'bash: needed by most scripts'
'xterm: used by the default autostart'
'dmenu: needed by some scripts'
- 'dzen2-git: needed by panel.sh'
- 'dzen2-xft-xpm-xinerama-svn: view icons as tags'
+ 'dzen2: needed by panel.sh'
+ 'dzen2-xft-xpm-xinerama-git://aur@aur.archlinux.org/katarakt-git.git: view icons as tags'
)
makedepends=('git' 'asciidoc')
provides=($_pkgname)