summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2016-08-17 20:57:39 +0200
committerXZS2016-08-17 20:57:39 +0200
commit25e8986b6c208879a1e7558a418dd0d7071e56f0 (patch)
treefa66eabda225a61063dded3eaf6e39e3d7433129 /PKGBUILD
parent8d888dd8158cfc4bdc758288d81139b9ada2fafc (diff)
downloadaur-25e8986b6c208879a1e7558a418dd0d7071e56f0.tar.gz
remove transitively satisfied dependency
The perl-http-message package is already required by perl-libwww.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28e8ee6b5575..6832bec1101e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="A shell and command-line utility to manage TeXLive on Arch Linux"
arch=('any')
url="http://wiki.archlinux.org/index.php?title=TeXLive#TeXLive_Local_Manager"
license=('GPL')
-depends=('texlive-core>=2011' 'perl-libwww' 'perl-term-shellui' 'perl-term-readline-gnu' 'perl-list-moreutils' 'perl-http-message')
+depends=('texlive-core>=2011' 'perl-libwww' 'perl-term-shellui' 'perl-term-readline-gnu' 'perl-list-moreutils')
install='tllocalmgr.install'
_giturl="git://projects.archlinux.org/users/remy/${pkgname%-git}.git"