[arch-commits] Commit in camlp4/trunk (PKGBUILD)
Jürgen Hötzel
juergen at gemini.archlinux.org
Sat Dec 11 12:13:08 UTC 2021
Date: Saturday, December 11, 2021 @ 12:13:08
Author: juergen
Revision: 1068234
upgpkg: camlp4 4.13+1-1
Modified:
camlp4/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-11 12:11:59 UTC (rev 1068233)
+++ PKGBUILD 2021-12-11 12:13:08 UTC (rev 1068234)
@@ -2,17 +2,18 @@
# Contributor: Tobias Powalowski <tpowa at archlinux.org>
pkgname=camlp4
-pkgver=4.12+1
+_ocaml_ver=4.13.1
+pkgver=${_ocaml_ver%.*}+1
pkgrel=1
pkgdesc='Caml preprocessor and pretty-printer'
arch=('x86_64')
license=('GPL2')
url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.12.0')
+depends=("ocaml>=${_ocaml_ver}")
makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
options=('!makeflags' '!emptydirs' 'staticlibs')
source=("https://github.com/ocaml/camlp4/archive/$pkgver.tar.gz")
-sha256sums=('84a53195d916f208b8fd761cbd34cec7882863b94d9df2ce43198d727739cda3')
+sha256sums=('1854eee6007af5ea746e82535bde052d465d9fefda29a2080e84e2bcb2c89ed9')
build() {
cd "${srcdir}/$pkgname-${pkgver/+/-}"
More information about the arch-commits
mailing list