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 b6d24a727459..b08e7bbc939d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o
pkgdesc = Text editor
- pkgver = 2.39.2
+ pkgver = 2.40.1
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
@@ -33,7 +33,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=7adc76fd8ae4443a1f6310504a2fff49d611fcd7
+ source = git+https://github.com/xyproto/o#commit=d04156356c3c5ea00f47520257b04beacaf1cd40
b2sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index b84f062db5a0..ddd352050d31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.39.2
+pkgver=2.40.1
pkgrel=1
pkgdesc='Text editor'
arch=(x86_64)
url='https://github.com/xyproto/o'
license=(BSD)
makedepends=(git go)
-source=("git+$url#commit=7adc76fd8ae4443a1f6310504a2fff49d611fcd7") # tag: 2.39.2
+source=("git+$url#commit=d04156356c3c5ea00f47520257b04beacaf1cd40") # tag: 2.40.1
optdepends=('asciidoctor: for writing man pages'
'astyle: for formatting C#'
'autopep8: for formatting Python'