summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2022-08-10 21:57:22 +0200
committerDaniel Peukert2022-08-10 21:57:22 +0200
commitf328255f15a69c1dc4e17f1770f14e5f16446fdf (patch)
tree28a23089bd5dbb5c1afd83f4d46fd24ebfcb961c
parent6076e50cc2e02d4e9b50daaa884f11ede741b05c (diff)
downloadaur-f328255f15a69c1dc4e17f1770f14e5f16446fdf.tar.gz
ocaml 4.14.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ca3a5d53c2a..83224e27b335 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-parsexp
pkgdesc = S-expression parsing library
pkgver = 0.15.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/janestreet/parsexp
arch = x86_64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = ocaml-parsexp
depends = ocaml-base>=0.15.0
depends = ocaml-sexplib0>=0.15.0
options = !strip
- source = ocaml-parsexp-0.15.0-2.tar.gz::https://github.com/janestreet/parsexp/archive/v0.15.0.tar.gz
+ source = ocaml-parsexp-0.15.0-3.tar.gz::https://github.com/janestreet/parsexp/archive/v0.15.0.tar.gz
sha512sums = aad464435747228f7168e2700fc8d5d3a9f212196a5e9afa24dd26d6f596dd96b68ecc77eddf862990df93d74d9a935038f602b1bbeecb545651d61b70f47d3f
pkgname = ocaml-parsexp
diff --git a/PKGBUILD b/PKGBUILD
index 559cc31b40a1..ad78694e363d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='parsexp'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='2'
+pkgrel='3'
pkgdesc='S-expression parsing library'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"