summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-02-05 14:59:35 +0100
committerJakob Gahde2018-02-05 14:59:35 +0100
commit1fc293e01e5f26163b3205f1b29db5a13a16f828 (patch)
tree0db43caa8aa3c558239219f27b5b09a566f8a40c
parentfb3e083b45d54ff11779525bb2e02f98442e0118 (diff)
downloadaur-1fc293e01e5f26163b3205f1b29db5a13a16f828.tar.gz
ocaml-ppx_tools 5.1+4.06.0-1: New version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 900cdc5c0e0c..c507b75f6f50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Jul 28 09:05:42 UTC 2017
+# Mon Feb 5 13:59:01 UTC 2018
pkgbase = ocaml-ppx_tools
pkgdesc = Tools for authors of ppx rewriters and other syntactic tools
- pkgver = 5.0+4.05.0
+ pkgver = 5.1+4.06.0
pkgrel = 1
- url = https://github.com/alainfrisch/ppx_tools
+ url = https://github.com/ocaml-ppx/ppx_tools
arch = i686
arch = x86_64
license = MIT
makedepends = ocaml-findlib
depends = ocaml
- source = https://github.com/alainfrisch/ppx_tools/archive/5.0+4.05.0.tar.gz
- md5sums = cf455545d5df2ed447a101f1d44454e9
+ source = https://github.com/ocaml-ppx/ppx_tools/archive/5.1+4.06.0.tar.gz
+ md5sums = 6ba2e9690b1f579ba562b86022d1c308
pkgname = ocaml-ppx_tools
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/+/-}"