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

Jürgen Hötzel juergen at archlinux.org
Thu Nov 29 07:08:10 UTC 2018


    Date: Thursday, November 29, 2018 @ 07:08:09
  Author: juergen
Revision: 340585

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-29 07:07:59 UTC (rev 340584)
+++ PKGBUILD	2018-11-29 07:08:09 UTC (rev 340585)
@@ -1,26 +0,0 @@
-# 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
-}
-
-

Copied: ocamlbuild/repos/extra-x86_64/PKGBUILD (from rev 340584, ocamlbuild/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-29 07:08:09 UTC (rev 340585)
@@ -0,0 +1,26 @@
+# Maintainer: Jürgen Hötzel <juergen at hoetzel.info>
+
+pkgname=ocamlbuild
+pkgver=0.13.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.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