summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatěj Grabovský2017-10-13 17:23:07 +0200
committerMatěj Grabovský2017-10-13 17:23:07 +0200
commit403942c8d788178e90c6ff7c3327ba1bd6b7f19e (patch)
treef99634b9ffae12427c4137d5288aacbbea39d857 /PKGBUILD
parentda77d8d2ed0b2dea665903491ea33efc5e7baf73 (diff)
downloadaur-camlp5.tar.gz
Update to 7.02
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aaa684885125..ec9a84ffe99c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# Contributor: Tej Chajed <tchajed at mit dot edu>
pkgname=camlp5
-pkgver=7.01
-_relname=rel701
+pkgver=7.02
+_relname=rel702
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='A preprocessor-pretty-printer of OCaml.'
@@ -18,7 +18,7 @@ license=('BSD')
depends=('ocaml')
source=("https://github.com/camlp5/camlp5/archive/$_relname.tar.gz")
options=('staticlibs')
-sha1sums=('eff833fe21fc0e4d5c70b22635437b3785799d4b')
+sha1sums=('b69dd1589d9028dac15ac15fdb14beb404ae241f')
build() {
cd ${srcdir}/camlp5-$_relname