[arch-commits] Commit in camlp4/trunk (PKGBUILD)

Jürgen Hötzel juergen at archlinux.org
Thu Oct 10 09:36:41 UTC 2019


    Date: Thursday, October 10, 2019 @ 09:36:41
  Author: juergen
Revision: 514424

OCaml 4.09 rebuild

Modified:
  camlp4/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-10 09:01:25 UTC (rev 514423)
+++ PKGBUILD	2019-10-10 09:36:41 UTC (rev 514424)
@@ -3,17 +3,23 @@
 
 pkgname=camlp4
 pkgver=4.08
-pkgrel=2
+pkgrel=3
 pkgdesc='Caml preprocessor and pretty-printer'
 arch=('x86_64')
 license=('GPL2')
 url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.08.0')
+depends=('ocaml>=4.09.0')
 makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
 options=('!makeflags' '!emptydirs' 'staticlibs')
-source=("https://github.com/ocaml/camlp4/archive/4.08+1.tar.gz")
-sha256sums=('655cd3bdcafbf8435877f60f4b47dd2eb69feef5afd8881291ef01ba12bd9d88')
+source=("https://github.com/ocaml/camlp4/archive/4.08+1.tar.gz" "configure.patch")
+sha256sums=('655cd3bdcafbf8435877f60f4b47dd2eb69feef5afd8881291ef01ba12bd9d88'
+            '6add54ea15e44df000446deede1e9aa0bad742c647b3d1cd4e67db0bb947fb98')
 
+prepare() {
+  cd "${srcdir}/$pkgname-${pkgver}-1"
+  patch -i  "${srcdir}/configure.patch" -p0
+}
+
 build() {
   cd "${srcdir}/$pkgname-${pkgver}-1"
   ./configure



More information about the arch-commits mailing list