summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Gahde2018-02-05 14:59:35 +0100
committerJakob Gahde2018-02-05 14:59:35 +0100
commit1fc293e01e5f26163b3205f1b29db5a13a16f828 (patch)
tree0db43caa8aa3c558239219f27b5b09a566f8a40c /PKGBUILD
parentfb3e083b45d54ff11779525bb2e02f98442e0118 (diff)
downloadaur-1fc293e01e5f26163b3205f1b29db5a13a16f828.tar.gz
ocaml-ppx_tools 5.1+4.06.0-1: New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aeac52466d9d..bb823bb26a58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_pkgname=ppx_tools
pkgname=ocaml-${_pkgname}
-pkgver=5.0+4.05.0
+pkgver=5.1+4.06.0
pkgrel=1
pkgdesc="Tools for authors of ppx rewriters and other syntactic tools"
arch=('i686' 'x86_64')
-url="https://github.com/alainfrisch/ppx_tools"
+url="https://github.com/ocaml-ppx/ppx_tools"
license=('MIT')
depends=('ocaml')
makedepends=('ocaml-findlib')
-source=("https://github.com/alainfrisch/${_pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('cf455545d5df2ed447a101f1d44454e9')
+source=("https://github.com/ocaml-ppx/${_pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('6ba2e9690b1f579ba562b86022d1c308')
build() {
cd "${srcdir}/${_pkgname}-${pkgver/+/-}"