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

Alexander Rødseth arodseth at gemini.archlinux.org
Sat Aug 13 15:15:18 UTC 2022


    Date: Saturday, August 13, 2022 @ 15:15:18
  Author: arodseth
Revision: 1265970

archrelease: copy trunk to community-x86_64

Added:
  opam/repos/community-x86_64/PKGBUILD
    (from rev 1265969, opam/trunk/PKGBUILD)
Deleted:
  opam/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-13 15:15:10 UTC (rev 1265969)
+++ PKGBUILD	2022-08-13 15:15:18 UTC (rev 1265970)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent B. <vb at luminar.eu.org>
-
-pkgname=opam
-pkgver=2.1.2
-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=('fe5447fe8f9bcedb30bf455e93b54a37e950e2944f6f501545bdccf6d989de2da90106938efb6a12c1b9454ecefed5be9906d65a15a4d0244302ad7ccff170db')
-
-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
-}

Copied: opam/repos/community-x86_64/PKGBUILD (from rev 1265969, opam/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-13 15:15:18 UTC (rev 1265970)
@@ -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.3
+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=('6f33e70c2e59be87b643840128b46441828d3d83888f5d321ac23d33b2fbc4d3163cb4303ac82a7f863abcc9300227bbc48bca3b8db5d6fbcebf0e6cf8869a5d')
+
+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