summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam J. Bowman2018-04-13 08:52:38 -0400
committerWilliam J. Bowman2018-04-13 08:52:42 -0400
commitce612cfdbe5e1bd67ea8669030f67fe51ddbe870 (patch)
treea9ff6695d47941dc2415ac6af6ac988bc40186a2
parent53e33a6dfb832a6014e877c261a6418580c14298 (diff)
downloadaur-ce612cfdbe5e1bd67ea8669030f67fe51ddbe870.tar.gz
Updated to 7.05; dependencies updated
* Seems to require ocaml-compiler-libs now
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 342aa3d187fc..dc56b40e0f7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = camlp5-transitional
pkgdesc = A preprocessor-pretty-printer of OCaml. (transitional)
- pkgver = 7.03
+ pkgver = 7.05
pkgrel = 1
url = https://camlp5.github.io/
arch = i686
arch = x86_64
license = BSD
depends = ocaml
+ depends = ocaml-compiler-libs
conflicts = camlp5
options = staticlibs
- source = https://github.com/camlp5/camlp5/archive/rel703.tar.gz
- sha1sums = 241275eb295891a2e9ac85fdcbd0eed53c4cbef6
- sha256sums = c13d0a957a8e70627e1900ca25243b5e8da042bbda9eaa9e7d06955c0e3df21a
- sha512sums = 0c76d469c5f8c727088f3136107b6690349b50791ef8baefffdaa90141230907f977a7a886a9e8d88d39d8fa315637d882d0205c57d752e16575c888a8a1f54d
+ source = https://github.com/camlp5/camlp5/archive/rel705.tar.gz
+ sha1sums = 5e3ed5d4597c86ddff13bb0a45dddccbffca40ed
+ sha256sums = ccc7afd2936c75cbee4aad58cd2ef8e7bf0dded556b91d76e4e462a27550ff12
+ sha512sums = fed60b71884883b78ae6db6f72230d155c364633141dfa936b5defc9701629b4c4845b61b43cfd8f0bc85467c5713f48659e5809796e181dcf02dc051d266762
pkgname = camlp5-transitional
diff --git a/PKGBUILD b/PKGBUILD
index f6dc2b46dbac..961d2f41f549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,18 +6,18 @@
# Contributor: Massimiliano Brocchini <brocchini@netseven.it>
pkgname=camlp5-transitional
-_relversion=703
-pkgver=7.03
+_relversion=705
+pkgver=7.05
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='A preprocessor-pretty-printer of OCaml. (transitional)'
conflicts=('camlp5')
url='https://camlp5.github.io/'
license=('BSD')
-depends=('ocaml')
-sha1sums=('241275eb295891a2e9ac85fdcbd0eed53c4cbef6')
-sha256sums=('c13d0a957a8e70627e1900ca25243b5e8da042bbda9eaa9e7d06955c0e3df21a')
-sha512sums=('0c76d469c5f8c727088f3136107b6690349b50791ef8baefffdaa90141230907f977a7a886a9e8d88d39d8fa315637d882d0205c57d752e16575c888a8a1f54d')
+depends=('ocaml' 'ocaml-compiler-libs')
+sha1sums=('5e3ed5d4597c86ddff13bb0a45dddccbffca40ed')
+sha256sums=('ccc7afd2936c75cbee4aad58cd2ef8e7bf0dded556b91d76e4e462a27550ff12')
+sha512sums=('fed60b71884883b78ae6db6f72230d155c364633141dfa936b5defc9701629b4c4845b61b43cfd8f0bc85467c5713f48659e5809796e181dcf02dc051d266762')
source=("https://github.com/camlp5/camlp5/archive/rel${_relversion}.tar.gz")
options=('staticlibs')
@@ -31,7 +31,7 @@ build() {
-mandir '/usr/share/man' \
-transitional
- make world.opt
+ make -j2
}
package() {