Date: Thursday, October 27, 2022 @ 21:17:57
  Author: arodseth
Revision: 1338263

upgpkg: ocamlbuild 0.14.2-1

Modified:
  ocamlbuild/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-27 21:17:05 UTC (rev 1338262)
+++ PKGBUILD    2022-10-27 21:17:57 UTC (rev 1338263)
@@ -1,20 +1,21 @@
-# Maintainer: Jürgen Hötzel <[email protected]>
+# Maintainer: Alexander F. Rødseth <[email protected]> 
+# Contributor: Jürgen Hötzel <[email protected]>
 
 pkgname=ocamlbuild
-pkgver=0.14.1
-pkgrel=2
+pkgver=0.14.2
+pkgrel=1
 pkgdesc='Build tool, that has built-in rules for building OCaml library and 
programs'
-arch=('x86_64')
-license=('GPL2')
+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')
+depends=(ocaml)
+options=(!makeflags)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ocaml/$pkgname/archive/$pkgver.tar.gz";)
+b2sums=('d81613878f93f27c6de41461e6b3cebe0744a5204297725263a608cb129a708aaf6f27b444b97d68f2bde844a760f8e78647641f10eed61e727ef3936562cdea')
 
 build() {
   cd $pkgname-$pkgver
-  make configure PREFIX="/usr" MANDIR="/usr/share/man"
+  make configure PREFIX=/usr MANDIR=/usr/share/man 
   make
 }
 

Reply via email to