summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-05-18 20:29:36 +0200
committerDaniel Peukert2020-05-18 20:29:36 +0200
commitb5c6773cecd67ba12cff996190a52f0bba12873a (patch)
tree211a22a532d0a5170cd10b9fe3eae4c88ab7a0f7
parentd6aaa9d1594c5f541a1b4a48afd72a2d6ffc5a3a (diff)
downloadaur-b5c6773cecd67ba12cff996190a52f0bba12873a.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 e4f22f62cf33..2feb54824315 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_js_style
pkgdesc = Code style checker for Jane Street Packages
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/janestreet/ppx_js_style
arch = x86_64
arch = i686
@@ -16,7 +16,7 @@ pkgbase = ocaml-ppx_js_style
depends = ocaml-octavius
depends = ocaml-ppxlib>=0.9.0
options = !strip
- source = ocaml-ppx_js_style-0.13.0-1.tar.gz::https://github.com/janestreet/ppx_js_style/archive/v0.13.0.tar.gz
+ source = ocaml-ppx_js_style-0.13.0-2.tar.gz::https://github.com/janestreet/ppx_js_style/archive/v0.13.0.tar.gz
sha256sums = 7771d26e218636db4476616755f9cbb7b33b6663a2d0f9aa3f6e1cf4b4d824f9
pkgname = ocaml-ppx_js_style
diff --git a/PKGBUILD b/PKGBUILD
index ad95d7cd5be6..19f365fc6e6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_js_style'
pkgname="ocaml-$_projectname"
pkgver='0.13.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Code style checker for Jane Street Packages'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"