summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:23:13 +0200
committerDaniel Peukert2020-05-18 20:23:13 +0200
commitaa64b49ea7e7bbc256136f69733e6aa1fb21c1a3 (patch)
tree22682fafef524f7141dfc0cfb778d9054d141a26
parentacec5bf415d866556f615ceaf247c8e719a499eb (diff)
downloadaur-aa64b49ea7e7bbc256136f69733e6aa1fb21c1a3.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 2e1bcc8806af..d44407e53614 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-jst-config
pkgdesc = Compile-time configuration for Jane Street libraries
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/janestreet/jst-config
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = ocaml-jst-config
depends = ocaml-ppx_assert>=0.13.0
depends = ocaml-stdio>=0.13.0
options = !strip
- source = ocaml-jst-config-0.13.0-1.tar.gz::https://github.com/janestreet/jst-config/archive/v0.13.0.tar.gz
+ source = ocaml-jst-config-0.13.0-2.tar.gz::https://github.com/janestreet/jst-config/archive/v0.13.0.tar.gz
sha256sums = d0823f2c46798f4ee14274a6bc5deb989685020d5ef0680eae44dde303a4ce64
pkgname = ocaml-jst-config
diff --git a/PKGBUILD b/PKGBUILD
index 4aceabeac73a..22ae1ff1187c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_projectname='jst-config'
pkgname="ocaml-$_projectname"
pkgver='0.13.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Compile-time configuration for Jane Street libraries'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"