summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:32:12 +0200
committerDaniel Peukert2020-08-30 21:32:12 +0200
commit6786c92b0adbd4a10c9de095391407f7653afef7 (patch)
treed37cec2bc5072f851b2b7d0ec4a362a60cbe5d18
parent6a808c35eb33cc29893ab8bf03535a91b46b8654 (diff)
downloadaur-6786c92b0adbd4a10c9de095391407f7653afef7.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 86ca49336ac4..5b580542812b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-utop
pkgdesc = Universal toplevel for OCaml
pkgver = 2.6.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.6.0-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.6.0.tar.gz
+ source = ocaml-utop-2.6.0-2.tar.gz::https://github.com/ocaml-community/utop/archive/2.6.0.tar.gz
sha256sums = b8c2fe5762c04a1c9b4831fa39d92b7480608a2235c73c748ba629b3c017fa02
pkgname = ocaml-utop
diff --git a/PKGBUILD b/PKGBUILD
index dcd96379dbb1..a9c62c367dd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_projectname='utop'
pkgname="ocaml-$_projectname"
pkgver='2.6.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"