summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:28:31 +0200
committerDaniel Peukert2020-08-30 21:28:31 +0200
commitb032ec23faca796ebe20b1f728d612cc43dfc464 (patch)
tree446aca56b79dda8a78a14b7141cbb80d3f275e03
parentc3f40230965d6e4173deca06089e51817fccebbe (diff)
downloadaur-b032ec23faca796ebe20b1f728d612cc43dfc464.tar.gz
ocaml 4.11.0 bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e7ca987b358..2d0e9fc5604b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-seq
pkgdesc = Dummy backward-compatibility package for iterators
pkgver = base
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ocaml/opam-repository/tree/master/packages/seq/seq.base
arch = x86_64
arch = i686
@@ -14,10 +14,10 @@ pkgbase = ocaml-seq
makedepends = opam
depends = ocaml>=4.07.0
options = !strip
- source = ocaml-seq-base-3-opam::https://raw.githubusercontent.com/ocaml/opam-repository/cbb37092ecf7d4b3a5ff43a69aacbed19a4668e5/packages/seq/seq.base/opam
- source = ocaml-seq-base-3-META.seq::https://raw.githubusercontent.com/ocaml/opam-repository/cbb37092ecf7d4b3a5ff43a69aacbed19a4668e5/packages/seq/seq.base/files/META.seq
- source = ocaml-seq-base-3-seq.install::https://raw.githubusercontent.com/ocaml/opam-repository/cbb37092ecf7d4b3a5ff43a69aacbed19a4668e5/packages/seq/seq.base/files/seq.install
- source = ocaml-seq-base-3-COPYING::https://raw.githubusercontent.com/ocaml/opam-repository/cbb37092ecf7d4b3a5ff43a69aacbed19a4668e5/COPYING
+ source = ocaml-seq-base-4-opam::https://raw.githubusercontent.com/ocaml/opam-repository/cbb37092ecf7d4b3a5ff43a69aacbed19a4668e5/packages/seq/seq.base/opam
+ source = ocaml-seq-base-4-META.seq::https://raw.githubusercontent.com/ocaml/opam-repository/cbb37092ecf7d4b3a5ff43a69aacbed19a4668e5/packages/seq/seq.base/files/META.seq
+ source = ocaml-seq-base-4-seq.install::https://raw.githubusercontent.com/ocaml/opam-repository/cbb37092ecf7d4b3a5ff43a69aacbed19a4668e5/packages/seq/seq.base/files/seq.install
+ source = ocaml-seq-base-4-COPYING::https://raw.githubusercontent.com/ocaml/opam-repository/cbb37092ecf7d4b3a5ff43a69aacbed19a4668e5/COPYING
sha256sums = 4524608ea1de87fe2058d7eb39bd82cb001095bea65865254ec50fefad399d5c
sha256sums = e95062b4d0519ef8335c02f7d0f1952d11b814c7ab7e6d566a206116162fa2be
sha256sums = fff926c2c4d5a82b6c94c60c4c35eb06e3d39975893ebe6b1f0e6557cbe34904
diff --git a/PKGBUILD b/PKGBUILD
index 51a823a3f7e1..1234c7d6227f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _projectname='seq'
pkgname="ocaml-$_projectname"
pkgver='base'
_commit='cbb37092ecf7d4b3a5ff43a69aacbed19a4668e5'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Dummy backward-compatibility package for iterators'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml/opam-repository/tree/master/packages/$_projectname/$_projectname.$pkgver"