summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-30 21:22:08 +0200
committerDaniel Peukert2020-08-30 21:22:08 +0200
commit390a2e1fc731624674501c1ae2856396dce9c99b (patch)
tree2a2addcfbc6d376ef6d4e5e1840ff1815c889e85
parent47abac3b868d84b686e1a03f53b03bc296cbd7a8 (diff)
downloadaur-390a2e1fc731624674501c1ae2856396dce9c99b.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 ea1fefce8ddc..4ba69a4ba0e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-ppx_js_style
pkgdesc = Code style checker for Jane Street Packages
pkgver = 0.14.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.11.0
options = !strip
- source = ocaml-ppx_js_style-0.14.0-1.tar.gz::https://github.com/janestreet/ppx_js_style/archive/v0.14.0.tar.gz
+ source = ocaml-ppx_js_style-0.14.0-2.tar.gz::https://github.com/janestreet/ppx_js_style/archive/v0.14.0.tar.gz
sha256sums = 05c9ce8266e28fe6f1ebb8e26472dcbde033eaa901d26717acffc995fa71fe73
pkgname = ocaml-ppx_js_style
diff --git a/PKGBUILD b/PKGBUILD
index 3810659918b1..ce1a9814ec1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_js_style'
pkgname="ocaml-$_projectname"
pkgver='0.14.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"