summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:37:08 +0200
committerDaniel Peukert2021-07-31 15:37:08 +0200
commit5e8c98bcb807087040885103f03d23603d457604 (patch)
treed12a88a3cfb10acd5bdd65f8aa697d5464122fff
parent89f8d24a4df6a6559432fcd5f8e3a1b18acf6870 (diff)
downloadaur-5e8c98bcb807087040885103f03d23603d457604.tar.gz
ocaml 4.12.0 bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc510838e071..b4c02f94e20a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-parsexp
pkgdesc = S-expression parsing library
pkgver = 0.14.1
- 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.1-1.tar.gz::https://github.com/janestreet/parsexp/archive/v0.14.1.tar.gz
+ source = ocaml-parsexp-0.14.1-2.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 faf2da022dff..652a31a367dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='parsexp'
pkgname="ocaml-$_projectname"
pkgver='0.14.1'
-pkgrel='1'
+pkgrel='2'
pkgdesc='S-expression parsing library'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"