summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:40:22 +0200
committerDaniel Peukert2021-07-31 15:40:22 +0200
commitc000b91adf39ca847ff4976fc7affddd7ed777ab (patch)
tree9b5291fb7da04bcfa02df97ecb953d9aaea433b1
parent2b7871f7e64a67e1f340c19a14cbe9935ea9a62d (diff)
downloadaur-c000b91adf39ca847ff4976fc7affddd7ed777ab.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 acb519376927..00e38d3f2439 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_stable
pkgdesc = Stable types conversions generator
pkgver = 0.14.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/janestreet/ppx_stable
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-ppx_stable
depends = ocaml-base>=0.14.0
depends = ocaml-ppxlib>=0.14.0
options = !strip
- source = ocaml-ppx_stable-0.14.1-2.tar.gz::https://github.com/janestreet/ppx_stable/archive/v0.14.1.tar.gz
+ source = ocaml-ppx_stable-0.14.1-3.tar.gz::https://github.com/janestreet/ppx_stable/archive/v0.14.1.tar.gz
sha256sums = 0160ddd002fba9917c22dfaf29641c698ee8ebd4df52b76cd79a96b8338d88b7
pkgname = ocaml-ppx_stable
diff --git a/PKGBUILD b/PKGBUILD
index ddc504aa3285..349b40efa920 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
_projectname='ppx_stable'
pkgname="ocaml-$_projectname"
pkgver='0.14.1'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Stable types conversions generator'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"