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 6327582d426a..192d1a211021 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o
pkgdesc = Text editor
- pkgver = 2.38.0
+ pkgver = 2.38.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=c7626a70e9bce34d7824de77a481c0f171a80e42
+ source = git+https://github.com/xyproto/o#commit=60b72ff254ab1f9bc4724dd336a5907e293855bc
b2sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index f4d83a17cd9e..b9c5c9470e49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.38.0
+pkgver=2.38.1
pkgrel=1
pkgdesc='Text editor'
arch=(x86_64)
url='https://github.com/xyproto/o'
license=(BSD)
makedepends=(git go)
-source=("git+$url#commit=c7626a70e9bce34d7824de77a481c0f171a80e42") # tag: 2.38.0
+source=("git+$url#commit=60b72ff254ab1f9bc4724dd336a5907e293855bc") # tag: 2.38.1
optdepends=('asciidoctor: for writing man pages'
'astyle: for formatting C#'
'autopep8: for formatting Python'