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

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


    Date: Tuesday, August 9, 2022 @ 20:29:55
  Author: juergen
Revision: 1264559

archrelease: copy trunk to community-x86_64

Added:
  ocamlbuild/repos/community-x86_64/PKGBUILD
    (from rev 1264558, ocamlbuild/trunk/PKGBUILD)
Deleted:
  ocamlbuild/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-09 20:29:31 UTC (rev 1264558)
+++ PKGBUILD	2022-08-09 20:29:55 UTC (rev 1264559)
@@ -1,24 +0,0 @@
-# Maintainer: Jürgen Hötzel <juergen at hoetzel.info>
-
-pkgname=ocamlbuild
-pkgver=0.14.1
-pkgrel=1
-pkgdesc='Build tool, that has built-in rules for building OCaml library and programs'
-arch=('x86_64')
-license=('GPL2')
-url='https://github.com/ocaml/ocamlbuild/releases'
-depends=('ocaml>=4.13.1')
-options=('!makeflags')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz")
-sha256sums=('4e1279ff0ef80c862eaa5207a77020d741e89ef94f0e4a92a37c4188dbf08256')
-
-build() {
-  cd $pkgname-$pkgver
-  make configure PREFIX="/usr" MANDIR="/usr/share/man"
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ocamlbuild/repos/community-x86_64/PKGBUILD (from rev 1264558, ocamlbuild/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-09 20:29:55 UTC (rev 1264559)
@@ -0,0 +1,24 @@
+# Maintainer: Jürgen Hötzel <juergen at hoetzel.info>
+
+pkgname=ocamlbuild
+pkgver=0.14.1
+pkgrel=2
+pkgdesc='Build tool, that has built-in rules for building OCaml library and programs'
+arch=('x86_64')
+license=('GPL2')
+url='https://github.com/ocaml/ocamlbuild/releases'
+depends=('ocaml>=4.14.0')
+options=('!makeflags')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz")
+sha256sums=('4e1279ff0ef80c862eaa5207a77020d741e89ef94f0e4a92a37c4188dbf08256')
+
+build() {
+  cd $pkgname-$pkgver
+  make configure PREFIX="/usr" MANDIR="/usr/share/man"
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list