summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-06-30 22:38:45 +0200
committerDaniel Peukert2021-06-30 22:38:45 +0200
commit89f8d24a4df6a6559432fcd5f8e3a1b18acf6870 (patch)
tree14ffa56cd0c84239882b1ab9d82931c092ade526
parent6d46947d961600f2130e88dde3718a94fb3a789b (diff)
downloadaur-89f8d24a4df6a6559432fcd5f8e3a1b18acf6870.tar.gz
Update ocaml-parsexp to 0.14.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b70aa01eed2..bc510838e071 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-parsexp
pkgdesc = S-expression parsing library
- pkgver = 0.14.0
- pkgrel = 2
+ pkgver = 0.14.1
+ pkgrel = 1
url = https://github.com/janestreet/parsexp
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-parsexp
depends = ocaml-base>=0.14.0
depends = ocaml-sexplib0>=0.14.0
options = !strip
- source = ocaml-parsexp-0.14.0-2.tar.gz::https://github.com/janestreet/parsexp/archive/v0.14.0.tar.gz
- sha256sums = 6ede506ea367a96b2f128dbc676199d055f547adb4d96605bac624f10d62b256
+ source = ocaml-parsexp-0.14.1-1.tar.gz::https://github.com/janestreet/parsexp/archive/v0.14.1.tar.gz
+ sha256sums = 0460e64c88d13f0b84d74b6c2774a7e9d5ec8e29da7acb3b36c06edd3c560eb0
pkgname = ocaml-parsexp
diff --git a/PKGBUILD b/PKGBUILD
index 2d4db9105777..faf2da022dff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='parsexp'
pkgname="ocaml-$_projectname"
-pkgver='0.14.0'
-pkgrel='2'
+pkgver='0.14.1'
+pkgrel='1'
pkgdesc='S-expression parsing library'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
@@ -12,7 +12,7 @@ depends=('ocaml>=4.04.2' 'ocaml-base>=0.14.0' 'ocaml-sexplib0>=0.14.0')
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('6ede506ea367a96b2f128dbc676199d055f547adb4d96605bac624f10d62b256')
+sha256sums=('0460e64c88d13f0b84d74b6c2774a7e9d5ec8e29da7acb3b36c06edd3c560eb0')
_sourcedirectory="$_projectname-$pkgver"