Date: Thursday, May 18, 2023 @ 19:51:58
  Author: juergen
Revision: 1463119

archrelease: copy trunk to community-x86_64

Added:
  ocaml-hashcons/repos/community-x86_64/PKGBUILD
    (from rev 1463118, ocaml-hashcons/trunk/PKGBUILD)
Deleted:
  ocaml-hashcons/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-18 19:51:08 UTC (rev 1463118)
+++ PKGBUILD    2023-05-18 19:51:58 UTC (rev 1463119)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-
-pkgname=ocaml-hashcons
-pkgver=1.3
-pkgrel=5
-pkgdesc='OCaml hash-consing library'
-url="https://github.com/backtracking/ocaml-hashcons";
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('ocaml>=4.14.0')
-makedepends=('ocaml-findlib')
-options=('!strip' '!makeflags' 'staticlibs')
-source=("https://github.com/backtracking/ocaml-hashcons/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('59c72966f48ea67c694dd49099eca180b52d3da81d4300172ace6edb4a5d72ce')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Our destdir won't have it installed. Calling ocamlfind remove fails due to 
a syntax error
-  sed -i '/remove/d' Makefile.in
-
-  autoconf
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure
-  make all opt
-}
-
-package() {
-  cd $pkgname-$pkgver
-  mkdir -p $pkgdir/usr/lib/ocaml
-  make DESTDIR="-destdir $pkgdir/usr/lib/ocaml" install
-}

Copied: ocaml-hashcons/repos/community-x86_64/PKGBUILD (from rev 1463118, 
ocaml-hashcons/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-18 19:51:58 UTC (rev 1463119)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgname=ocaml-hashcons
+pkgver=1.3
+pkgrel=6
+pkgdesc='OCaml hash-consing library'
+url="https://github.com/backtracking/ocaml-hashcons";
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('ocaml>=5.0.0')
+makedepends=('ocaml-findlib')
+options=('!strip' '!makeflags' 'staticlibs')
+source=("https://github.com/backtracking/ocaml-hashcons/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('59c72966f48ea67c694dd49099eca180b52d3da81d4300172ace6edb4a5d72ce')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Our destdir won't have it installed. Calling ocamlfind remove fails due to 
a syntax error
+  sed -i '/remove/d' Makefile.in
+
+  autoconf
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure
+  make all opt
+}
+
+package() {
+  cd $pkgname-$pkgver
+  mkdir -p $pkgdir/usr/lib/ocaml
+  make DESTDIR="-destdir $pkgdir/usr/lib/ocaml" install
+}

Reply via email to