summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:30:07 +0200
committerDaniel Peukert2020-08-30 21:30:07 +0200
commit64b3dffef87a3db641520c460b65c9c7cfa21af2 (patch)
tree54993b3ed22305b0b811788970f46d847cdf6165
parentbd91634b297f6271f04e0bd8606711e8c1406422 (diff)
downloadaur-ocaml-stdio.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 c56a5cc11f70..59a7c5987a9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-stdio
pkgdesc = Standard IO Library for OCaml
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
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>=0.14.0
options = !strip
- source = ocaml-stdio-0.14.0-1.tar.gz::https://github.com/janestreet/stdio/archive/v0.14.0.tar.gz
+ source = ocaml-stdio-0.14.0-2.tar.gz::https://github.com/janestreet/stdio/archive/v0.14.0.tar.gz
sha256sums = 1685cb86b29b07075ba6028431cf4e3f687c071d89996a6437442db2dfe1b0b2
pkgname = ocaml-stdio
diff --git a/PKGBUILD b/PKGBUILD
index 2fdeb3b245ba..2c9a1d29b6a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_projectname='stdio'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Standard IO Library for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"