summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f713c0fb261..5d4db639ee90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o
pkgdesc = Text editor
- pkgver = 2.42.0
+ pkgver = 2.43.0
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
@@ -34,7 +34,7 @@ pkgbase = o
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=c71e23799b8ab656d08b44a00b4cf82e99a164bb
+ source = git+https://github.com/xyproto/o#commit=57d3a46edda1f44ff8bf8ad9499d05bb73f89b03
b2sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index 6b206e767f8d..4d2d8c82ac18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.42.0
+pkgver=2.43.0
pkgrel=1
pkgdesc='Text editor'
arch=(x86_64)
@@ -9,7 +9,7 @@ url='https://github.com/xyproto/o'
license=(BSD)
depends=(vte3)
makedepends=(git go)
-source=("git+$url#commit=c71e23799b8ab656d08b44a00b4cf82e99a164bb") # tag: 2.42.0
+source=("git+$url#commit=57d3a46edda1f44ff8bf8ad9499d05bb73f89b03") # tag: 2.43.0
optdepends=('asciidoctor: for writing man pages'
'astyle: for formatting C#'
'autopep8: for formatting Python'