summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2018-08-05 14:27:02 +0200
committerJakob Gahde2018-08-05 14:27:02 +0200
commit0ec34bc28ebb7f0b03d2ff8f61b529385680144d (patch)
tree9e44c2f16a8cfe2ceecb61212b3a4b8f0df081a1 /PKGBUILD
parent4fe6d8de972c5f66bc2de51871d49554c627f7ea (diff)
downloadaur-0ec34bc28ebb7f0b03d2ff8f61b529385680144d.tar.gz
ocaml-lambda-term 1.13-3: Dune no longer uses opam-installer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b14711aad6e..c0df382e9448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ocaml-lambda-term
pkgver=1.13
-pkgrel=2
+pkgrel=3
pkgdesc='A cross-platform library for manipulating the terminal'
arch=('i686' 'x86_64')
url='https://github.com/diml/lambda-term'
@@ -28,6 +28,5 @@ package() {
install -dm755 "${pkgdir}$(ocamlfind printconf destdir)" "${pkgdir}/usr/share"
jbuilder install --prefix "${pkgdir}/usr" --libdir "${pkgdir}$(ocamlfind printconf destdir)"
mv "${pkgdir}/usr/doc" "${pkgdir}/usr/man" "${pkgdir}/usr/share/"
- mv "${pkgdir}/usr/lib/ocaml/stubslibs" "${pkgdir}/usr/lib/ocaml/stublibs" # bug in opam
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}