summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:25:33 +0200
committerDaniel Peukert2020-05-18 20:25:33 +0200
commit6e10504c4ca39bb319db91e1e14131aaa18dad87 (patch)
treeb56ae0d5455e7ae703b7715c535e173e477f5b2a
parent467cd7843e9616453f4d2087277eaf2c8f940e0e (diff)
downloadaur-6e10504c4ca39bb319db91e1e14131aaa18dad87.tar.gz
ocaml 4.10.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d61c603a2d97..4fcf62d48058 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-parsexp
pkgdesc = S-expression parsing library
pkgver = 0.13.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.13.0
depends = ocaml-sexplib0>=0.13.0
options = !strip
- source = ocaml-parsexp-0.13.0-1.tar.gz::https://github.com/janestreet/parsexp/archive/v0.13.0.tar.gz
+ source = ocaml-parsexp-0.13.0-2.tar.gz::https://github.com/janestreet/parsexp/archive/v0.13.0.tar.gz
sha256sums = 1e52717656f82b4463df2a2bced0f8b390960992bf4496b2b67e0229b516af12
pkgname = ocaml-parsexp
diff --git a/PKGBUILD b/PKGBUILD
index 4a9ccb06a443..6fc69b4538a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='parsexp'
pkgname="ocaml-$_projectname"
pkgver='0.13.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='S-expression parsing library'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"