summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-05-22 12:59:38 +0200
committerDaniel Peukert2023-05-22 12:59:38 +0200
commit193c642188ad2f162ba55884acce43760047d04c (patch)
tree64deea071a3d799221b518cf2c032963277287a0
parent294998125e42fccd19bf7df675cf030a277feea4 (diff)
downloadaur-193c642188ad2f162ba55884acce43760047d04c.tar.gz
Bump ocaml packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa84ba889e03..a724e7cab3c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-parsexp
pkgdesc = S-expression parsing library
pkgver = 0.15.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/janestreet/parsexp
arch = x86_64
arch = i486
@@ -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-3.tar.gz::https://github.com/janestreet/parsexp/archive/v0.15.0.tar.gz
+ source = ocaml-parsexp-0.15.0-4.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 9d85a0b93f21..d69f8a9e6d14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='parsexp'
pkgname="ocaml-$_projectname"
pkgver='0.15.0'
-pkgrel='3'
+pkgrel='4'
pkgdesc='S-expression parsing library'
arch=('x86_64' 'i486' 'i686' 'pentium4' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"