summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:41:54 +0200
committerDaniel Peukert2021-07-31 15:41:54 +0200
commit50fd0a6363e39ebffe4ad3638d9691106fd9e8a8 (patch)
tree6639d018d2eed87364e9caa77154f32ce087afa0
parent9aff6065da34893a440c2d2d629bb52a16cc82ba (diff)
downloadaur-50fd0a6363e39ebffe4ad3638d9691106fd9e8a8.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c91bbf74d980..4ffdd5b4b0ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-utop
pkgdesc = Universal toplevel for OCaml
pkgver = 2.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml-community/utop
arch = x86_64
arch = i686
@@ -19,7 +19,7 @@ pkgbase = ocaml-utop
depends = ocaml-lwt
depends = ocaml-react>=1.0.0
options = !strip
- source = ocaml-utop-2.8.0-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.8.0.tar.gz
+ source = ocaml-utop-2.8.0-2.tar.gz::https://github.com/ocaml-community/utop/archive/2.8.0.tar.gz
sha256sums = ed11838a4e952a62cd5aaccbfc4f04550d59842db6bc0d2fc6aa4712709f87fa
pkgname = ocaml-utop
diff --git a/PKGBUILD b/PKGBUILD
index 643303046191..e707ae4249c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_projectname='utop'
pkgname="ocaml-$_projectname"
pkgver='2.8.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Universal toplevel for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"