summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd7e2d4b983e..6327582d426a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o
pkgdesc = Text editor
- pkgver = 2.37.3
+ pkgver = 2.38.0
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
@@ -26,13 +26,14 @@ pkgbase = o
optdepends = ocaml: for compiling and formatting OCaml
optdepends = odin: for compiling Odin
optdepends = pandoc: for exporting Markdown to PDF
+ optdepends = prettier: for formatting JavaScript, TypeScript and CSS
optdepends = rustup: for compiling and formatting Rust
optdepends = scala: for compiling Scala
optdepends = scdoc: for writing man pages
optdepends = tidy: for formatting HTML
optdepends = v: for compiling and formatting V
optdepends = zig: for compiling and formatting Zig
- source = git+https://github.com/xyproto/o#commit=eb68ec135b9ae3c0b2e371107ab23aa85b2051c0
+ source = git+https://github.com/xyproto/o#commit=c7626a70e9bce34d7824de77a481c0f171a80e42
b2sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index 3be35a7bd70e..f4d83a17cd9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.37.3
+pkgver=2.38.0
pkgrel=1
pkgdesc='Text editor'
arch=(x86_64)
url='https://github.com/xyproto/o'
license=(BSD)
makedepends=(git go)
-source=("git+$url#commit=eb68ec135b9ae3c0b2e371107ab23aa85b2051c0") # tag: 2.37.3
+source=("git+$url#commit=c7626a70e9bce34d7824de77a481c0f171a80e42") # tag: 2.38.0
optdepends=('asciidoctor: for writing man pages'
'astyle: for formatting C#'
'autopep8: for formatting Python'
@@ -28,6 +28,7 @@ optdepends=('asciidoctor: for writing man pages'
'ocaml: for compiling and formatting OCaml'
'odin: for compiling Odin'
'pandoc: for exporting Markdown to PDF'
+ 'prettier: for formatting JavaScript, TypeScript and CSS'
'rustup: for compiling and formatting Rust'
'scala: for compiling Scala'
'scdoc: for writing man pages'