[arch-commits] Commit in ocaml-findlib/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jürgen Hötzel juergen at gemini.archlinux.org
Tue Aug 9 20:30:54 UTC 2022


    Date: Tuesday, August 9, 2022 @ 20:30:54
  Author: juergen
Revision: 1264562

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 20:30:32 UTC (rev 1264561)
+++ PKGBUILD	2022-08-09 20:30:54 UTC (rev 1264562)
@@ -1,35 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Thomas S Hatch <thatch45 at gmail.com>
-# Contributor: Sebastian Wiesner <lunaryorn at googlemail.com>
-# Contributor: Benjamin Andresen <benny at klapmuetz.org>
-# Contributor: scj <scj at archlinux.us>
-# Contributor: Alif <alive4ever at live.com>
-
-pkgname=ocaml-findlib
-pkgver=1.9.5
-pkgrel=1
-pkgdesc='OCaml package manager'
-arch=(x86_64)
-url='http://projects.camlcity.org/projects/findlib.html'
-license=(MIT)
-depends=(ocaml-compiler-libs 'ocaml=4.13.1')
-source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
-b2sums=('6f43281298a9e443f9b92bcb8996bc2a55c2be86df492540fe8b5fb3fbb199daf1daef68e14c981d153c885c443ebc4af9ffb957235dd14904b9d75ca387cfa2')
-options=(!makeflags !strip staticlibs zipman)
-
-build() {
-  cd findlib-$pkgver
-  ./configure \
-    -config /etc/findlib.conf \
-    -mandir /usr/share/man \
-    -sitelib /usr/lib/ocaml
-  make all opt
-}
-
-package () {
-  cd findlib-$pkgver
-  make prefix="$pkgdir" install
-  install -Dm755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/ocamlfind_opt"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ocaml-findlib/repos/community-x86_64/PKGBUILD (from rev 1264561, ocaml-findlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-09 20:30:54 UTC (rev 1264562)
@@ -0,0 +1,35 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Thomas S Hatch <thatch45 at gmail.com>
+# Contributor: Sebastian Wiesner <lunaryorn at googlemail.com>
+# Contributor: Benjamin Andresen <benny at klapmuetz.org>
+# Contributor: scj <scj at archlinux.us>
+# Contributor: Alif <alive4ever at live.com>
+
+pkgname=ocaml-findlib
+pkgver=1.9.5
+pkgrel=2
+pkgdesc='OCaml package manager'
+arch=(x86_64)
+url='http://projects.camlcity.org/projects/findlib.html'
+license=(MIT)
+depends=(ocaml-compiler-libs 'ocaml=4.14.0')
+source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz")
+b2sums=('6f43281298a9e443f9b92bcb8996bc2a55c2be86df492540fe8b5fb3fbb199daf1daef68e14c981d153c885c443ebc4af9ffb957235dd14904b9d75ca387cfa2')
+options=(!makeflags !strip staticlibs zipman)
+
+build() {
+  cd findlib-$pkgver
+  ./configure \
+    -config /etc/findlib.conf \
+    -mandir /usr/share/man \
+    -sitelib /usr/lib/ocaml
+  make all opt
+}
+
+package () {
+  cd findlib-$pkgver
+  make prefix="$pkgdir" install
+  install -Dm755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/ocamlfind_opt"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list