summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-04-05 14:52:38 +0200
committerAlexander F. Rødseth2022-04-05 14:52:38 +0200
commit51703e97465a04e5bbfe95e00e0acb3d37bf545e (patch)
tree4d9f902be1f30735061ce659530c1c3073dea654 /PKGBUILD
parent105b8838cb8817d1246c974ceb0d9057ee2d6ebf (diff)
downloadaur-51703e97465a04e5bbfe95e00e0acb3d37bf545e.tar.gz
New release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0f181c4236a..2bdf49c864b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.48.3
-pkgrel=3
+pkgver=2.49.0
+pkgrel=1
pkgdesc='Text editor'
arch=(x86_64)
url='https://github.com/xyproto/o'
license=(BSD)
depends=(vte3)
makedepends=(git go)
-source=("git+$url#commit=4963c5daaf8b7909ae31882b1384649f0637e4a9") # tag: 2.48.3
+source=("git+$url#commit=e0b19d0ad0427f6cef1860cbca81500ce1375e4c") # tag: v2.49.0
optdepends=('asciidoctor: for writing man pages'
'agda: for compiling Agda'
'astyle: for formatting C#'
@@ -18,7 +18,7 @@ optdepends=('asciidoctor: for writing man pages'
'clang: for formatting C++ code with clang-format'
'clojure: for compiling Clojure'
'crystal: for compiling Crystal'
- 'cxx: for compiling C++'
+ 'cxx: for compiling C and C++'
'fpc: for compiling Object Pascal'
'fstabfmt: for formatting /etc/fstab'
'gdc: for compiling D'
@@ -33,15 +33,19 @@ optdepends=('asciidoctor: for writing man pages'
'lua-format: for formatting Lua'
'mlton: for compiling Standard ML'
'mono: for compiling C#'
+ 'nasm: for compiling Assembly'
'ocaml: for compiling and formatting OCaml'
'odin: for compiling Odin'
+ 'perl-tidy: for formatting Perl'
'pandoc-bin: 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'
+ 'shfmt: for formattig Shell scripts'
'tidy: for formatting HTML'
'v: for compiling and formatting V'
+ 'yasm: for compiling Assembly'
'zig: for compiling and formatting Zig')
b2sums=(SKIP)