summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:26:13 +0200
committerDaniel Peukert2020-08-30 21:26:13 +0200
commit2b7871f7e64a67e1f340c19a14cbe9935ea9a62d (patch)
treedb349dfca40b3da682da028ea6f8b3c6be368757
parentedddf50bd37531db00eb3f83ed7a8b6ba7dd2489 (diff)
downloadaur-2b7871f7e64a67e1f340c19a14cbe9935ea9a62d.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 958b8c054cb1..acb519376927 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_stable
pkgdesc = Stable types conversions generator
pkgver = 0.14.1
- pkgrel = 1
+ pkgrel = 2
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-1.tar.gz::https://github.com/janestreet/ppx_stable/archive/v0.14.1.tar.gz
+ source = ocaml-ppx_stable-0.14.1-2.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 e5553c2c5e99..ddc504aa3285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='ppx_stable'
pkgname="ocaml-$_projectname"
pkgver='0.14.1'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Stable types conversions generator'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"