summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f856a6174d5..342aa3d187fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Aug 2 18:16:59 UTC 2017
pkgbase = camlp5-transitional
pkgdesc = A preprocessor-pretty-printer of OCaml. (transitional)
- pkgver = 7.01
+ pkgver = 7.03
pkgrel = 1
url = https://camlp5.github.io/
arch = i686
@@ -11,10 +9,10 @@ pkgbase = camlp5-transitional
depends = ocaml
conflicts = camlp5
options = staticlibs
- source = https://github.com/camlp5/camlp5/archive/rel701.tar.gz
- sha1sums = eff833fe21fc0e4d5c70b22635437b3785799d4b
- sha256sums = c83640ffabc5506d7b9c9fdcc342062dee1eabd90de547c0471faf5ef5560540
- sha512sums = 9930957f707d9d2c8903f87f5f3444f71bad3d84c944436c7abc6de19209595c974098cd60a6a391f8ae87c4fb53b5122cba8e42e34fcf46d798dbdc28840008
+ source = https://github.com/camlp5/camlp5/archive/rel703.tar.gz
+ sha1sums = 241275eb295891a2e9ac85fdcbd0eed53c4cbef6
+ sha256sums = c13d0a957a8e70627e1900ca25243b5e8da042bbda9eaa9e7d06955c0e3df21a
+ sha512sums = 0c76d469c5f8c727088f3136107b6690349b50791ef8baefffdaa90141230907f977a7a886a9e8d88d39d8fa315637d882d0205c57d752e16575c888a8a1f54d
pkgname = camlp5-transitional
diff --git a/PKGBUILD b/PKGBUILD
index 606d2183b3fd..f6dc2b46dbac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: Massimiliano Brocchini <brocchini@netseven.it>
pkgname=camlp5-transitional
-_relversion=701
-pkgver=7.01
+_relversion=703
+pkgver=7.03
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='A preprocessor-pretty-printer of OCaml. (transitional)'
@@ -15,9 +15,9 @@ conflicts=('camlp5')
url='https://camlp5.github.io/'
license=('BSD')
depends=('ocaml')
-sha1sums=('eff833fe21fc0e4d5c70b22635437b3785799d4b')
-sha256sums=('c83640ffabc5506d7b9c9fdcc342062dee1eabd90de547c0471faf5ef5560540')
-sha512sums=('9930957f707d9d2c8903f87f5f3444f71bad3d84c944436c7abc6de19209595c974098cd60a6a391f8ae87c4fb53b5122cba8e42e34fcf46d798dbdc28840008')
+sha1sums=('241275eb295891a2e9ac85fdcbd0eed53c4cbef6')
+sha256sums=('c13d0a957a8e70627e1900ca25243b5e8da042bbda9eaa9e7d06955c0e3df21a')
+sha512sums=('0c76d469c5f8c727088f3136107b6690349b50791ef8baefffdaa90141230907f977a7a886a9e8d88d39d8fa315637d882d0205c57d752e16575c888a8a1f54d')
source=("https://github.com/camlp5/camlp5/archive/rel${_relversion}.tar.gz")
options=('staticlibs')