Date: Thursday, October 27, 2022 @ 21:18:03
  Author: arodseth
Revision: 1338264

archrelease: copy trunk to community-x86_64

Added:
  ocamlbuild/repos/community-x86_64/PKGBUILD
    (from rev 1338263, ocamlbuild/trunk/PKGBUILD)
Deleted:
  ocamlbuild/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   49 +++++++++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-27 21:17:57 UTC (rev 1338263)
+++ PKGBUILD    2022-10-27 21:18:03 UTC (rev 1338264)
@@ -1,24 +0,0 @@
-# Maintainer: Jürgen Hötzel <[email protected]>
-
-pkgname=ocamlbuild
-pkgver=0.14.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.14.0')
-options=('!makeflags')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ocaml/${pkgname}/archive/$pkgver.tar.gz";)
-sha256sums=('4e1279ff0ef80c862eaa5207a77020d741e89ef94f0e4a92a37c4188dbf08256')
-
-build() {
-  cd $pkgname-$pkgver
-  make configure PREFIX="/usr" MANDIR="/usr/share/man"
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: ocamlbuild/repos/community-x86_64/PKGBUILD (from rev 1338263, 
ocamlbuild/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-27 21:18:03 UTC (rev 1338264)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <[email protected]> 
+# Contributor: Jürgen Hötzel <[email protected]>
+
+pkgname=ocamlbuild
+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)
+url='https://github.com/ocaml/ocamlbuild/releases'
+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
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to