summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ5lx2016-03-09 21:42:34 +0100
committerJ5lx2016-03-09 21:42:34 +0100
commit310f66bf73d86bed449b85d72d1cdf9cde4f52e8 (patch)
treec63e240b12d2adb7035a317f47dd0b4ed9b1d0db /PKGBUILD
parent3d8063b449970b41df2677535d85b37f96f4acd6 (diff)
downloadaur-310f66bf73d86bed449b85d72d1cdf9cde4f52e8.tar.gz
3.2-1: New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8224f085c164..bfb3926517c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ppx_deriving
pkgname=ocaml-${_pkgname}
-pkgver=3.0
+pkgver=3.2
pkgrel=1
pkgdesc="Type-driven code generation for OCaml >=4.02"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('ocaml' 'ocaml-ppx_tools')
makedepends=('ocaml-findlib')
source=("https://github.com/whitequark/${_pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('32907f30e2b3439230fefe3ca320d11f')
+md5sums=('8f782748c5e544860293266a7291921c')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"