[arch-commits] Commit in opam/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Tue Nov 16 10:36:05 UTC 2021
Date: Tuesday, November 16, 2021 @ 10:36:04
Author: arodseth
Revision: 1048739
archrelease: copy trunk to community-x86_64
Added:
opam/repos/community-x86_64/PKGBUILD
(from rev 1048738, opam/trunk/PKGBUILD)
Deleted:
opam/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 +++++++++++++++++++++++++++++-------------------------------
1 file changed, 29 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-16 10:35:56 UTC (rev 1048738)
+++ PKGBUILD 2021-11-16 10:36:04 UTC (rev 1048739)
@@ -1,31 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent B. <vb at luminar.eu.org>
-
-pkgname=opam
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='OCaml package manager'
-arch=(x86_64)
-url='https://opam.ocaml.org/'
-license=(GPL)
-depends=(bubblewrap ocaml-compiler-libs unzip)
-optdepends=('darcs: For downloading packages with darcs'
- 'git: For downloading packages with git'
- 'mercurial: For downloading packages with mercurial'
- 'rsync: For downloading packages with rsync')
-source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz")
-b2sums=('3d51159568b6e85834f70a3545fe37d82470d4253bf9db6fef32b4314fd0a82182737bba6be62a9dd04b6d8fb8d7468b2e23ac39fa475f467adfdb0ec8d52181')
-
-build() {
- cd opam-full-$pkgver
- ./configure --prefix=/usr
- make lib-ext all -j1 \
- OCAMLC='ocamlc -unsafe-string' \
- OCAMLOPT='ocamlopt -unsafe-string'
-}
-
-package() {
- make -C opam-full-$pkgver DESTDIR="$pkgdir" install
-}
-
-# getver: github.com/ocaml/opam/releases
Copied: opam/repos/community-x86_64/PKGBUILD (from rev 1048738, opam/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-16 10:36:04 UTC (rev 1048739)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent B. <vb at luminar.eu.org>
+
+pkgname=opam
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='OCaml package manager'
+arch=(x86_64)
+url='https://opam.ocaml.org/'
+license=(GPL)
+depends=(bubblewrap ocaml-compiler-libs unzip)
+optdepends=('darcs: For downloading packages with darcs'
+ 'git: For downloading packages with git'
+ 'mercurial: For downloading packages with mercurial'
+ 'rsync: For downloading packages with rsync')
+source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz")
+b2sums=('b5729bc938633073efdf979f8e160c42aee682fe311b613d4d82be7add64b42506d1b6c107f3770fd8de4dc9eed7076f7774a34482d1956b8bd6315f551aea6d')
+
+build() {
+ cd opam-full-$pkgver
+ ./configure --prefix=/usr
+ make lib-ext all -j1 \
+ OCAMLC='ocamlc -unsafe-string' \
+ OCAMLOPT='ocamlopt -unsafe-string'
+}
+
+package() {
+ make -C opam-full-$pkgver DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list