summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:34:48 +0200
committerDaniel Peukert2020-05-18 20:34:48 +0200
commita8e8665e5d5e884fda33973c5900fe2a466da2e7 (patch)
treebce86da4d33d09fc143d05a68fe98e6efaf9d494
parenta55e314c26d0ea8094b2e68874493f1b87164af1 (diff)
downloadaur-a8e8665e5d5e884fda33973c5900fe2a466da2e7.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 f1b8381e6832..2d22263d0339 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-utop
pkgdesc = Universal toplevel for OCaml
pkgver = 2.5.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.5.0-1.tar.gz::https://github.com/ocaml-community/utop/archive/2.5.0.tar.gz
+ source = ocaml-utop-2.5.0-2.tar.gz::https://github.com/ocaml-community/utop/archive/2.5.0.tar.gz
sha256sums = bc4170cb455c52ee8915d7139b3ed6fef13eb124a1171e8f719bb090effc6e7f
pkgname = ocaml-utop
diff --git a/PKGBUILD b/PKGBUILD
index 8da7a6c8bb67..511f4c315ab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_projectname='utop'
pkgname="ocaml-$_projectname"
pkgver='2.5.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"