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

Jürgen Hötzel juergen at gemini.archlinux.org
Tue Jul 27 15:46:51 UTC 2021


    Date: Tuesday, July 27, 2021 @ 15:46:51
  Author: juergen
Revision: 987769

ocaml-4.12.0 rebuild

Modified:
  camlp4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-27 15:46:38 UTC (rev 987768)
+++ PKGBUILD	2021-07-27 15:46:51 UTC (rev 987769)
@@ -2,26 +2,26 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=camlp4
-pkgver=4.11
+pkgver=4.12+1
 pkgrel=1
 pkgdesc='Caml preprocessor and pretty-printer'
 arch=('x86_64')
 license=('GPL2')
 url='https://github.com/ocaml/camlp4/releases'
-depends=('ocaml>=4.11.0')
+depends=('ocaml>=4.12.0')
 makedepends=('git' 'ocamlbuild' 'ocaml-compiler-libs')
 options=('!makeflags' '!emptydirs' 'staticlibs')
 source=("https://github.com/ocaml/camlp4/archive/$pkgver.tar.gz")
-sha256sums=('52a21e1a011c8697516a91455c19a3b27dedd85c510a32c470f944ccb9331498')
+sha256sums=('84a53195d916f208b8fd761cbd34cec7882863b94d9df2ce43198d727739cda3')
 
 build() {
-  cd "${srcdir}/$pkgname-${pkgver}"
+  cd "${srcdir}/$pkgname-${pkgver/+/-}"
   ./configure
   make all camlp4/META
 }
 
 package() {
-  cd "${srcdir}/$pkgname-${pkgver}"
+  cd "${srcdir}/$pkgname-${pkgver/+/-}"
   make \
     BINDIR="$pkgdir/usr/bin" \
     LIBDIR="$pkgdir/usr/lib/ocaml" \



More information about the arch-commits mailing list