summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16098a063332..05a493560d7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri May 18 21:47:11 UTC 2018
+# Sat Oct 13 13:00:15 UTC 2018
pkgbase = ocaml-ppx_deriving-git
pkgdesc = Type-driven code generation for OCaml >=4.02
pkgver = 20180318
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml-ppx/ppx_deriving
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index cece4aeceae0..7d5b1e759aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ocaml-ppx_deriving-git
pkgver=20180318
-pkgrel=1
+pkgrel=2
pkgdesc="Type-driven code generation for OCaml >=4.02"
arch=('x86_64')
url='https://github.com/ocaml-ppx/ppx_deriving'
@@ -31,6 +31,6 @@ package() {
export OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)"
mkdir -p "${OCAMLFIND_DESTDIR}"
- make install
+ make install PREFIX="${pkgdir}"
install -Dm644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
}