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

Antonio Rojas arojas at archlinux.org
Sun Oct 7 21:39:11 UTC 2018


    Date: Sunday, October 7, 2018 @ 21:39:10
  Author: arojas
Revision: 335919

archrelease: copy trunk to extra-x86_64

Added:
  ocamlbuild/repos/extra-x86_64/PKGBUILD
    (from rev 335918, ocamlbuild/trunk/PKGBUILD)
Deleted:
  ocamlbuild/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-07 21:38:46 UTC (rev 335918)
+++ PKGBUILD	2018-10-07 21:39:10 UTC (rev 335919)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jürgen Hötzel <juergen at hoetzel.info>
-
-pkgname=ocamlbuild
-pkgver=0.12.0
-pkgrel=3
-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.04.0')
-options=('!makeflags')
-source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz")
-sha1sums=('ac8024b4ed6d92a5871dc218259a683808753b1f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make configure
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-

Copied: ocamlbuild/repos/extra-x86_64/PKGBUILD (from rev 335918, ocamlbuild/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-07 21:39:10 UTC (rev 335919)
@@ -0,0 +1,26 @@
+# Maintainer: Jürgen Hötzel <juergen at hoetzel.info>
+
+pkgname=ocamlbuild
+pkgver=0.13.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.04.0')
+options=('!makeflags')
+source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz")
+sha1sums=('092907719d184ca5ada87958eea1866e83b0fd51')
+
+build() {
+  cd $pkgname-$pkgver
+  make configure
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+



More information about the arch-commits mailing list