Date: Monday, September 20, 2021 @ 20:53:08
  Author: felixonmars
Revision: 1019733

archrelease: copy trunk to community-x86_64

Added:
  ocaml-compiler-libs-repackaged/repos/community-x86_64/PKGBUILD
    (from rev 1019732, ocaml-compiler-libs-repackaged/trunk/PKGBUILD)
Deleted:
  ocaml-compiler-libs-repackaged/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-09-20 20:52:54 UTC (rev 1019732)
+++ PKGBUILD    2021-09-20 20:53:08 UTC (rev 1019733)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Daniel Peukert <[email protected]>
-# Contributor: Jakob Gahde <[email protected]>
-
-_projectname='compiler-libs'
-_pkgname="ocaml-$_projectname"
-pkgname="$_pkgname-repackaged"
-pkgver=0.12.3
-pkgrel=2
-pkgdesc='OCaml compiler libraries repackaged'
-arch=('x86_64')
-url="https://github.com/janestreet/$_pkgname";
-license=('MIT')
-depends=('ocaml')
-makedepends=('dune')
-options=('!strip')
-source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('86b23bf8df2e027ecfc04f6a326cdc87f27b2e3790860fbc28aabb9d0c2cc174')
-
-_sourcedirectory="$_pkgname-$pkgver"
-
-build() {
-       cd "$srcdir/$_sourcedirectory/"
-       dune build -p "$_pkgname" --verbose
-}
-
-package() {
-       cd "$srcdir/$_sourcedirectory/"
-       DESTDIR="$pkgdir" dune install --prefix '/usr' --libdir 'lib/ocaml'
-
-       install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-       mv "$pkgdir/usr/doc/$_pkgname/"* "$pkgdir/usr/share/doc/$pkgname/"
-       rm -r "$pkgdir/usr/doc/"
-
-       install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
-       ln -sf "/usr/share/doc/$pkgname/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ocaml-compiler-libs-repackaged/repos/community-x86_64/PKGBUILD (from 
rev 1019732, ocaml-compiler-libs-repackaged/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-09-20 20:53:08 UTC (rev 1019733)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Daniel Peukert <[email protected]>
+# Contributor: Jakob Gahde <[email protected]>
+
+_projectname='compiler-libs'
+_pkgname="ocaml-$_projectname"
+pkgname="$_pkgname-repackaged"
+pkgver=0.12.4
+pkgrel=1
+pkgdesc='OCaml compiler libraries repackaged'
+arch=('x86_64')
+url="https://github.com/janestreet/$_pkgname";
+license=('MIT')
+depends=('ocaml')
+makedepends=('dune')
+options=('!strip')
+source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('f4c37daf975b67c1f645a5d0294ec8ca686b982da410d9f915ccd93548c6e2f1')
+
+_sourcedirectory="$_pkgname-$pkgver"
+
+build() {
+       cd "$srcdir/$_sourcedirectory/"
+       dune build -p "$_pkgname" --verbose
+}
+
+package() {
+       cd "$srcdir/$_sourcedirectory/"
+       DESTDIR="$pkgdir" dune install --prefix '/usr' --libdir 'lib/ocaml'
+
+       install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+       mv "$pkgdir/usr/doc/$_pkgname/"* "$pkgdir/usr/share/doc/$pkgname/"
+       rm -r "$pkgdir/usr/doc/"
+
+       install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
+       ln -sf "/usr/share/doc/$pkgname/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}

Reply via email to