summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:38:39 +0200
committerDaniel Peukert2021-07-31 15:38:39 +0200
commit6756822596670960825ab15f3ee8136f5580511b (patch)
treea67ab6829763874460f9920e06c513237ba0c237
parent23920e20840731bc7dff2237b423ebf02d9280fb (diff)
downloadaur-6756822596670960825ab15f3ee8136f5580511b.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 325787332465..356454940c6e 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 = 2
+ pkgrel = 3
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-2.tar.gz::https://github.com/janestreet/ppx_fixed_literal/archive/v0.14.0.tar.gz
+ source = ocaml-ppx_fixed_literal-0.14.0-3.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 2941325956ac..a7617db6fe76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='ppx_fixed_literal'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Simpler notation for fixed point literals'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"