[arch-commits] Commit in ocamlbuild/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Oct 7 21:38:47 UTC 2018
Date: Sunday, October 7, 2018 @ 21:38:46
Author: arojas
Revision: 335918
Update to 0.13.1
Modified:
ocamlbuild/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-07 21:30:09 UTC (rev 335917)
+++ PKGBUILD 2018-10-07 21:38:46 UTC (rev 335918)
@@ -1,8 +1,8 @@
# Maintainer: Jürgen Hötzel <juergen at hoetzel.info>
pkgname=ocamlbuild
-pkgver=0.12.0
-pkgrel=3
+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')
@@ -10,17 +10,17 @@
depends=('ocaml>=4.04.0')
options=('!makeflags')
source=("https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz")
-sha1sums=('ac8024b4ed6d92a5871dc218259a683808753b1f')
+sha1sums=('092907719d184ca5ada87958eea1866e83b0fd51')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make configure
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list