summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:13:47 +0200
committerDaniel Peukert2020-08-30 21:13:47 +0200
commit6d46947d961600f2130e88dde3718a94fb3a789b (patch)
tree12d5c6c8ff16d17afd61672a023fd0293bfd15dc
parent5fbef1a044c9ff40cfa8fee040aaf470abbbaf81 (diff)
downloadaur-6d46947d961600f2130e88dde3718a94fb3a789b.tar.gz
ocaml 4.11.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5b0183048d8..9b70aa01eed2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-parsexp
pkgdesc = S-expression parsing library
pkgver = 0.14.0
- pkgrel = 1
+ pkgrel = 2
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-1.tar.gz::https://github.com/janestreet/parsexp/archive/v0.14.0.tar.gz
+ source = ocaml-parsexp-0.14.0-2.tar.gz::https://github.com/janestreet/parsexp/archive/v0.14.0.tar.gz
sha256sums = 6ede506ea367a96b2f128dbc676199d055f547adb4d96605bac624f10d62b256
pkgname = ocaml-parsexp
diff --git a/PKGBUILD b/PKGBUILD
index b7f26c96d37d..2d4db9105777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='parsexp'
pkgname="ocaml-$_projectname"
pkgver='0.14.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='S-expression parsing library'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"