summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2019-03-13 12:42:44 +0100
committerXZS2019-03-13 12:42:44 +0100
commit7c697ba9e753b0045c1e28d57fa0b6e2512902e4 (patch)
treee69035db75d3e4db889e3efd51234e0c17b3a166
parenta36f17f1936f0e9f1a9c609642a4497729d5efa7 (diff)
downloadaur-7c697ba9e753b0045c1e28d57fa0b6e2512902e4.tar.gz
format array
The line is distinctly longer than the rest. Assorting the dependencies below each other, as it is common to do in PKGBUILDs, makes the list more readable.
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 602141a39727..a4b4ad59260e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,11 @@ 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')
+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"