summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-07-31 15:39:18 +0200
committerDaniel Peukert2021-07-31 15:39:18 +0200
commit32c08fd633888ec7d185a5ffc2833434cdbf3305 (patch)
treec1b3dc4f98df258b8e6f3d572968fbfd246419b2
parentef58a92bdd2cefade44ed1ead5afffd5eff8f090 (diff)
downloadaur-32c08fd633888ec7d185a5ffc2833434cdbf3305.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 be2dc20870fc..e842caf9f45b 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.1
- 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.1-1.tar.gz::https://github.com/janestreet/ppx_js_style/archive/v0.14.1.tar.gz
+ source = ocaml-ppx_js_style-0.14.1-2.tar.gz::https://github.com/janestreet/ppx_js_style/archive/v0.14.1.tar.gz
sha256sums = 3c5e1db934c3695315e00e27fd2df1f32efcb5c8f1c88b046b64b8548ccc04db
pkgname = ocaml-ppx_js_style
diff --git a/PKGBUILD b/PKGBUILD
index 5b55c996dbeb..63bd3df3aa42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ppx_js_style'
pkgname="ocaml-$_projectname"
pkgver='0.14.1'
-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"