summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:26:29 +0200
committerDaniel Peukert2020-08-30 21:26:29 +0200
commit5090a99b99d0d9cf53cff284f97bb282dfa4c498 (patch)
tree2c0edc31f62d3080779c8d01aba5a637b334046d
parentc914f4eec15c860cd65553fd01ee4c7b9e2db25d (diff)
downloadaur-5090a99b99d0d9cf53cff284f97bb282dfa4c498.tar.gz
ocaml 4.11.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9acd7a64f9da..1d9d968ee0c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_string
pkgdesc = Ppx extension for string interpolation
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/janestreet/ppx_string
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = ocaml-ppx_string
depends = ocaml-ppx_base>=0.14.0
depends = ocaml-ppxlib>=0.11.0
options = !strip
- source = ocaml-ppx_string-0.14.0-1.tar.gz::https://github.com/janestreet/ppx_string/archive/v0.14.0.tar.gz
+ source = ocaml-ppx_string-0.14.0-2.tar.gz::https://github.com/janestreet/ppx_string/archive/v0.14.0.tar.gz
sha256sums = bced8de5ca1e7dd94c0abd6094dc7d680df51c9b938932c3c21c5c9ecff26c58
pkgname = ocaml-ppx_string
diff --git a/PKGBUILD b/PKGBUILD
index 03769d0a03a1..662b01806e63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='ppx_string'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Ppx extension for string interpolation'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"