summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:31:56 +0200
committerDaniel Peukert2020-05-18 20:31:56 +0200
commit729f9458a65259758953e253309d911fca8432b7 (patch)
treea1fefe2c64b94221209f8ec178d9a24458651aab
parentf75d7d813ba96745d5c9d4715a03aa6f15112465 (diff)
downloadaur-729f9458a65259758953e253309d911fca8432b7.tar.gz
ocaml 4.10.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b4a78c2004c..b2472566742d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_tools
pkgdesc = Tools for authors of ppx rewriters and other syntactic tools
pkgver = 6.0+4.08.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ocaml-ppx/ppx_tools
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = ocaml-ppx_tools
makedepends = dune>=1.6.0
depends = ocaml>=4.08.0
options = !strip
- source = ocaml-ppx_tools-6.0+4.08.0-2.tar.gz::https://github.com/ocaml-ppx/ppx_tools/archive/6.0+4.08.0.tar.gz
+ source = ocaml-ppx_tools-6.0+4.08.0-3.tar.gz::https://github.com/ocaml-ppx/ppx_tools/archive/6.0+4.08.0.tar.gz
sha256sums = d633d838c68ce9d01c572ea61072a524724116b8a6059c4f8b7a15010f772f8c
pkgname = ocaml-ppx_tools
diff --git a/PKGBUILD b/PKGBUILD
index 89a6739a73a0..d257334be95f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_tools'
pkgname="ocaml-$_projectname"
pkgver='6.0+4.08.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Tools for authors of ppx rewriters and other syntactic tools'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-ppx/$_projectname"