Date: Friday, December 16, 2022 @ 09:56:27
  Author: arodseth
Revision: 1359442

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-16 09:56:21 UTC (rev 1359441)
+++ PKGBUILD    2022-12-16 09:56:27 UTC (rev 1359442)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Vincent B. <[email protected]>
-
-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
-}

Copied: opam/repos/community-x86_64/PKGBUILD (from rev 1359441, 
opam/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-16 09:56:27 UTC (rev 1359442)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Vincent B. <[email protected]>
+
+pkgname=opam
+pkgver=2.1.4
+pkgrel=1
+pkgdesc='OCaml package manager'
+arch=(x86_64)
+url='https://opam.ocaml.org/'
+license=(GPL)
+depends=(bubblewrap ocaml-compiler-libs unzip)
+makedepends=(git)
+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=('a95953a62ce2bb0c0d36512b7e393e10150b9bcc23d0847639511153a818db79d63969e6482d18e9316c18b0eac797727236382c5c5acaeacfe5a97b6de2548c')
+
+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
+}

Reply via email to