summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:35:49 +0200
committerDaniel Peukert2021-07-31 15:35:49 +0200
commitc5f2ac775b70c0df1e7f0848ac252496281d756c (patch)
tree29f990d31efa64bea227287ea53cc78cdb557d4d
parent1d84521d4ab0d01e03df6c2975c79559a0e83275 (diff)
downloadaur-c5f2ac775b70c0df1e7f0848ac252496281d756c.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 655b5a024d5b..235d7f5c40ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-lambda-term
pkgdesc = Terminal manipulation library for OCaml
pkgver = 3.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ocaml-community/lambda-term
install = ocaml-lambda-term.install
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = ocaml-lambda-term
depends = ocaml-react
depends = ocaml-zed>=3.0.0
options = !strip
- source = ocaml-lambda-term-3.1.0-2.tar.gz::https://github.com/ocaml-community/lambda-term/archive/3.1.0.tar.gz
+ source = ocaml-lambda-term-3.1.0-3.tar.gz::https://github.com/ocaml-community/lambda-term/archive/3.1.0.tar.gz
sha256sums = f99c0c344df569a09599a836692d8475f80ff83a2099859e35fb5b2b9890c290
pkgname = ocaml-lambda-term
diff --git a/PKGBUILD b/PKGBUILD
index 7e2b78bb23af..bac83fb7129f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
# Contributor: wenLiangcan <boxeed at gmail dot com>
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='lambda-term'
pkgname="ocaml-$_projectname"
pkgver='3.1.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Terminal manipulation library for OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/ocaml-community/$_projectname"