summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4b4ad59260e..5248f31a98b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=texlive-localmanager-git
pkgver=0.7
-pkgrel=1
+pkgrel=2
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"
@@ -14,7 +14,8 @@ depends=('texlive-core>=2011'
'perl-libwww'
'perl-term-shellui'
'perl-term-readline-gnu'
- 'perl-list-moreutils')
+ 'perl-list-moreutils'
+ 'perl-lwp-protocol-https')
install='tllocalmgr.install'
_giturl="git://projects.archlinux.org/users/remy/${pkgname%-git}.git"