[arch-commits] Commit in opam/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Apr 25 16:58:22 UTC 2019
Date: Thursday, April 25, 2019 @ 16:58:21
Author: arodseth
Revision: 453984
archrelease: copy trunk to community-x86_64
Added:
opam/repos/community-x86_64/PKGBUILD
(from rev 453983, opam/trunk/PKGBUILD)
Deleted:
opam/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-25 16:58:15 UTC (rev 453983)
+++ PKGBUILD 2019-04-25 16:58:21 UTC (rev 453984)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent B. <vb at luminar.eu.org>
-
-pkgname=opam
-pkgver=2.0.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")
-sha256sums=('0589da4da184584a5445d59385009536534f60bc0e27772245b2f49e5fa8f0e2')
-
-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
-
- install -d "$pkgdir/usr/share/doc"
- mv "$pkgdir/usr/doc/opam-installer" "$pkgdir/usr/share/doc/opam"
- rmdir "$pkgdir/usr/doc"
-}
-
-# getver: opam.ocaml.org
-# vim: ts=2 sw=2 et:
Copied: opam/repos/community-x86_64/PKGBUILD (from rev 453983, opam/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-25 16:58:21 UTC (rev 453984)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent B. <vb at luminar.eu.org>
+
+pkgname=opam
+pkgver=2.0.4
+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")
+sha256sums=('debfb828b400fb511ca290f1bfc928db91cad74ec1ccbddcfdbfeff26f7099e5')
+
+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
+
+ install -d "$pkgdir/usr/share/doc"
+ mv "$pkgdir/usr/doc/opam-installer" "$pkgdir/usr/share/doc/opam"
+ rmdir "$pkgdir/usr/doc"
+}
+
+# getver: -u=2 opam.ocaml.org
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list