summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsolnce2017-11-28 20:52:21 +0100
committersolnce2017-11-28 20:52:21 +0100
commit60383d6a216d918475668120bbb434bae13b8b13 (patch)
tree36f98e3b8dea9b30cee420bb116cacf0a9905183 /PKGBUILD
parent0f1fd6d887924fc49152e2831155de1ced01a8f5 (diff)
downloadaur-60383d6a216d918475668120bbb434bae13b8b13.tar.gz
corrected makedepends, is now rsync
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf0334384a24..60db4d103691 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# original code by Sunday87: https://bbs.archlinux.org/viewtopic.php?pid=1253365#p1253365
pkgname=texlive-most-doc
-pkgver=20171127
+pkgver=20171128
pkgrel=1
pkgdesc="Most TeXLive documentation"
url="http://tug.org/texlive/"
arch=('any')
license=('unknown')
optdepends=('texlive-bin: The texdoc program and some more documentation')
-makedepends=('wget')
+makedepends=('rsync')
install='texlive-most-doc.install'
options=('!strip' '!purge')