summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2019-03-13 12:43:58 +0100
committerXZS2019-03-13 12:43:58 +0100
commit5c4b72647505710a3bb77b0d90d3d54ae8ea496e (patch)
treece4fc67535f7db29ad74a041b573ccff6631b512
parent7c697ba9e753b0045c1e28d57fa0b6e2512902e4 (diff)
downloadaur-5c4b72647505710a3bb77b0d90d3d54ae8ea496e.tar.gz
add missed dependency
The need for this module never caught the eye as it is likely to be installed anyways.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6170644e13cb..e83255f47c36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = texlive-localmanager-git
pkgdesc = A shell and command-line utility to manage TeXLive on Arch Linux
pkgver = 0.7
- pkgrel = 1
+ pkgrel = 2
url = http://wiki.archlinux.org/index.php?title=TeXLive#TeXLive_Local_Manager
install = tllocalmgr.install
arch = any
@@ -12,6 +12,7 @@ pkgbase = texlive-localmanager-git
depends = perl-term-shellui
depends = perl-term-readline-gnu
depends = perl-list-moreutils
+ depends = perl-lwp-protocol-https
provides = texlive-localmanager=0.7
conflicts = texlive-localmanager
source = texlive-localmanager::git://projects.archlinux.org/users/remy/texlive-localmanager.git
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"