summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:33:46 +0200
committerDaniel Peukert2020-05-18 20:33:46 +0200
commitd7eb0d753edf36c5a5fd288b543e25e649692f70 (patch)
tree3c1c33ef74bb831cf9bf898406ee046eaf06f5fd
parentce064d8eb22ba5ecb1905d4e9fed7430b8665eba (diff)
downloadaur-d7eb0d753edf36c5a5fd288b543e25e649692f70.tar.gz
ocaml 4.10.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bceeefac14ff..d491796ac75d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-stdio
pkgdesc = Standard IO Library for OCaml
pkgver = 0.13.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/janestreet/stdio
arch = x86_64
arch = i686
@@ -14,7 +14,7 @@ pkgbase = ocaml-stdio
depends = ocaml>=4.04.2
depends = ocaml-base
options = !strip
- source = ocaml-stdio-0.13.0-2.tar.gz::https://github.com/janestreet/stdio/archive/v0.13.0.tar.gz
+ source = ocaml-stdio-0.13.0-3.tar.gz::https://github.com/janestreet/stdio/archive/v0.13.0.tar.gz
sha256sums = 7c2dd42188b8afe833e840751d0b6107e8d2dea601845c6ad9c928f8a90b81d9
pkgname = ocaml-stdio
diff --git a/PKGBUILD b/PKGBUILD
index b8fc919d618b..a1a0998b1b83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_projectname='stdio'
pkgname="ocaml-$_projectname"
pkgver='0.13.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Standard IO Library for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"