summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:19:50 +0200
committerDaniel Peukert2020-08-30 21:19:50 +0200
commit23920e20840731bc7dff2237b423ebf02d9280fb (patch)
tree03e9275a1d604bf9e066a3e2f72fcee4ddb82e6f
parenta56532d6b4cb814811c454e6c98caf36020a895c (diff)
downloadaur-23920e20840731bc7dff2237b423ebf02d9280fb.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 1a523e385dbc..325787332465 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_fixed_literal
pkgdesc = Simpler notation for fixed point literals
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/janestreet/ppx_fixed_literal
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-ppx_fixed_literal
depends = ocaml-base>=0.14.0
depends = ocaml-ppxlib>=0.11.0
options = !strip
- source = ocaml-ppx_fixed_literal-0.14.0-1.tar.gz::https://github.com/janestreet/ppx_fixed_literal/archive/v0.14.0.tar.gz
+ source = ocaml-ppx_fixed_literal-0.14.0-2.tar.gz::https://github.com/janestreet/ppx_fixed_literal/archive/v0.14.0.tar.gz
sha256sums = 1336d33092895fb9c5bf01588402db7131e4bb71b64ce96384bb2044f518d99a
pkgname = ocaml-ppx_fixed_literal
diff --git a/PKGBUILD b/PKGBUILD
index c153358b9d75..2941325956ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='ppx_fixed_literal'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Simpler notation for fixed point literals'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"