summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:23:26 +0200
committerDaniel Peukert2020-05-18 20:23:26 +0200
commit2d01da69bdd929cad8a77a8c33ef579ea3c8dd42 (patch)
tree994a9faa62fce7e905cae51f09fc2e733aa4eac3
parentf937d9815d9d1d50314e8e1b323d714b69878bb2 (diff)
downloadaur-2d01da69bdd929cad8a77a8c33ef579ea3c8dd42.tar.gz
ocaml 4.10.0 bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36617877a390..84242de4c500 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-lambda-term
pkgdesc = Terminal manipulation library for OCaml
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ocaml-community/lambda-term
install = ocaml-lambda-term.install
arch = x86_64
@@ -20,9 +20,9 @@ pkgbase = ocaml-lambda-term
depends = ocaml-react
depends = ocaml-zed>=3.0.0
options = !strip
- source = ocaml-lambda-term-3.0.1-1.tar.gz::https://github.com/ocaml-community/lambda-term/archive/3.0.1.tar.gz
- source = ocaml-lambda-term-3.0.1-1-fix-vi-visual-mode.diff::https://github.com/ocaml-community/lambda-term/commit/e7b8cc0f09b7caf1d03bd512e2f081c78e29e688.diff
- source = ocaml-lambda-term-3.0.1-1-fix-tests.diff::https://github.com/ocaml-community/lambda-term/commit/105a1460b41b6c3f0c3d0c9dc260e0a50b13f7c9.diff
+ source = ocaml-lambda-term-3.0.1-2.tar.gz::https://github.com/ocaml-community/lambda-term/archive/3.0.1.tar.gz
+ source = ocaml-lambda-term-3.0.1-2-fix-vi-visual-mode.diff::https://github.com/ocaml-community/lambda-term/commit/e7b8cc0f09b7caf1d03bd512e2f081c78e29e688.diff
+ source = ocaml-lambda-term-3.0.1-2-fix-tests.diff::https://github.com/ocaml-community/lambda-term/commit/105a1460b41b6c3f0c3d0c9dc260e0a50b13f7c9.diff
sha256sums = 1959dc44adafdee9e8d27933eb37617e419c8defbb2cede8e1a8fe14a9756f8f
sha256sums = d75ce1747c065c1207174c1f43381c0310810917787901d557b8336f779cba34
sha256sums = 04b2ca408fe9b0b3ebd52edea79588ed36838fb5220f9256a6805c2def102c3d
diff --git a/PKGBUILD b/PKGBUILD
index 4986c810adfd..a5ffcd21fd03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_projectname='lambda-term'
pkgname="ocaml-$_projectname"
pkgver='3.0.1'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Terminal manipulation library for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"