summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee222041be84..c9eabb68317d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-yojson
pkgdesc = Low level JSON binary for OCaml
pkgver = 1.7.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ocaml-community/yojson
arch = x86_64
license = BSD
@@ -17,4 +17,3 @@ pkgbase = ocaml-yojson
sha256sums = 656fc65f794186274f8b961dc38daba9e2de2fc993829291defbda2186812cc6
pkgname = ocaml-yojson
-
diff --git a/PKGBUILD b/PKGBUILD
index e539cb6a82de..2f5af729e1e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=yojson
pkgname=ocaml-${_pkgname}
pkgver=1.7.0
-pkgrel=3
+pkgrel=4
pkgdesc="Low level JSON binary for OCaml"
arch=('x86_64')
url="https://github.com/ocaml-community/${_pkgname}"
@@ -25,7 +25,7 @@ build() {
package() {
cd ${_pkgname}-${pkgver}
- DESTDIR="${pkgdir}" dune install --prefix=/usr --libdir="lib/ocaml"
+ DESTDIR="${pkgdir}" dune install --prefix=/usr --libdir="/usr/lib/ocaml"
# remove rogue dune-package file
rm -r "${pkgdir}"/usr/doc