[arch-commits] Commit in ocamlbuild/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Mar 8 19:08:52 UTC 2019
Date: Friday, March 8, 2019 @ 19:08:51
Author: arojas
Revision: 347460
archrelease: copy trunk to extra-x86_64
Added:
ocamlbuild/repos/extra-x86_64/PKGBUILD
(from rev 347459, ocamlbuild/trunk/PKGBUILD)
Deleted:
ocamlbuild/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 50 ++++++++++++++++++++++++--------------------------
1 file changed, 24 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-08 19:08:29 UTC (rev 347459)
+++ PKGBUILD 2019-03-08 19:08:51 UTC (rev 347460)
@@ -1,26 +0,0 @@
-# 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
-}
-
-
Copied: ocamlbuild/repos/extra-x86_64/PKGBUILD (from rev 347459, ocamlbuild/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-08 19:08:51 UTC (rev 347460)
@@ -0,0 +1,24 @@
+# Maintainer: Jürgen Hötzel <juergen at hoetzel.info>
+
+pkgname=ocamlbuild
+pkgver=0.14.0
+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=($pkgname-$pkgver.tar.gz::"https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz")
+sha256sums=('87b29ce96958096c0a1a8eeafeb6268077b2d11e1bf2b3de0f5ebc9cf8d42e78')
+
+build() {
+ cd $pkgname-$pkgver
+ make configure
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list