diff options
Diffstat (limited to 'pcr/ocaml-ppx_tools/PKGBUILD')
-rw-r--r-- | pcr/ocaml-ppx_tools/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/ocaml-ppx_tools/PKGBUILD b/pcr/ocaml-ppx_tools/PKGBUILD index 1d57e001a..162f4ee71 100644 --- a/pcr/ocaml-ppx_tools/PKGBUILD +++ b/pcr/ocaml-ppx_tools/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=ppx_tools pkgname=ocaml-${_pkgname} -pkgver=0.99.2 +pkgver=4.02.3 pkgrel=1 pkgdesc="Tools for authors of ppx rewriters and other syntactic tools" arch=('i686' 'x86_64') @@ -11,17 +11,17 @@ url="https://github.com/alainfrisch/ppx_tools" license=('MIT') depends=('ocaml') makedepends=('ocaml-findlib') -source=("https://github.com/alainfrisch/${_pkgname}/archive/${_pkgname}_${pkgver}.tar.gz") -md5sums=('94926dda74fa4720d4d3edac57ba5fee') +source=("https://github.com/alainfrisch/${_pkgname}/archive/v${pkgver}.tar.gz") +md5sums=('47b1fb5681b2bcfa9cdaee45a899dfe9') build() { - cd "${srcdir}/${_pkgname}-${_pkgname}_${pkgver}" + cd "${srcdir}/${_pkgname}-${pkgver}" make } package() { - cd "${srcdir}/${_pkgname}-${_pkgname}_${pkgver}" + cd "${srcdir}/${_pkgname}-${pkgver}" export OCAMLFIND_DESTDIR="${pkgdir}$(ocamlfind printconf destdir)" mkdir -p "${OCAMLFIND_DESTDIR}" |