summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2021-06-29 23:16:30 +0200
committerDaniel Peukert2021-06-29 23:16:30 +0200
commitef58a92bdd2cefade44ed1ead5afffd5eff8f090 (patch)
tree3e1f80a5f1d862868eff48d464185013c47ee3c3
parent390a2e1fc731624674501c1ae2856396dce9c99b (diff)
downloadaur-ef58a92bdd2cefade44ed1ead5afffd5eff8f090.tar.gz
Update ocaml-ppx_js_style to 0.14.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ba69a4ba0e2..be2dc20870fc 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 = 2
+ pkgver = 0.14.1
+ pkgrel = 1
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-2.tar.gz::https://github.com/janestreet/ppx_js_style/archive/v0.14.0.tar.gz
- sha256sums = 05c9ce8266e28fe6f1ebb8e26472dcbde033eaa901d26717acffc995fa71fe73
+ source = ocaml-ppx_js_style-0.14.1-1.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 ce1a9814ec1a..5b55c996dbeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
# Contributor: Jakob Gahde <j5lx@fmail.co.uk>
_projectname='ppx_js_style'
pkgname="ocaml-$_projectname"
-pkgver='0.14.0'
-pkgrel='2'
+pkgver='0.14.1'
+pkgrel='1'
pkgdesc='Code style checker for Jane Street Packages'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/janestreet/$_projectname"
@@ -12,7 +12,7 @@ depends=('ocaml>=4.04.2' 'ocaml-base>=0.14.0' 'ocaml-octavius' 'ocaml-ppxlib>=0.
makedepends=('dune>=2.0.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('05c9ce8266e28fe6f1ebb8e26472dcbde033eaa901d26717acffc995fa71fe73')
+sha256sums=('3c5e1db934c3695315e00e27fd2df1f32efcb5c8f1c88b046b64b8548ccc04db')
_sourcedirectory="$_projectname-$pkgver"