summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAditya Mahajan2016-05-07 16:27:22 -0400
committerAditya Mahajan2016-05-07 16:27:22 -0400
commit220c0201fdba4c78a30a033058050e9b5e2d5386 (patch)
tree9285f68f328ab1d501adfa43c8ba5c3a5fe99251
parent2868d9775d28e936dc97e6a1edb1b64478ba3f56 (diff)
downloadaur-220c0201fdba4c78a30a033058050e9b5e2d5386.tar.gz
Use prepare() instead of build()
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50f7159753a9..0c3066591427 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Aditya Mahajan <adityam at umich dot edu>
pkgname=context-minimals-git
-pkgver=2016.03.04
+pkgver=2016.04.10
pkgrel=1
pkgdesc="A standalone ConTeXt distribution"
url="http://www.contextgarden.net"
@@ -52,7 +52,7 @@ pkgver() {
grep -e '\\edef\\contextversion' tex/texmf-context/tex/context/base/mkiv/context.mkiv | sed -n 's/.*{\(.*\) .*}/\1/p'
}
-build() {
+prepare() {
msg "Downloading the latest scripts first"
rsync -rlpt $_rsyncurl $srcdir || return 1
msg "Initializing download directory"