summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2021-06-28 17:00:53 +0200
committerAlexander F. Rødseth2021-06-28 17:00:53 +0200
commit10b863b167db3595a1e5c8b847ff955c8cfa69b3 (patch)
tree6a711ccc77860b2daa31ca2beca1b3465edb5264
parent5c0b6154498f73b3e43e0ece7201157bf82646ce (diff)
downloadaur-10b863b167db3595a1e5c8b847ff955c8cfa69b3.tar.gz
New release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 192d1a211021..b6d24a727459 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o
pkgdesc = Text editor
- pkgver = 2.38.1
+ pkgver = 2.39.2
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=60b72ff254ab1f9bc4724dd336a5907e293855bc
+ source = git+https://github.com/xyproto/o#commit=7adc76fd8ae4443a1f6310504a2fff49d611fcd7
b2sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index b9c5c9470e49..b84f062db5a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.38.1
+pkgver=2.39.2
pkgrel=1
pkgdesc='Text editor'
arch=(x86_64)
url='https://github.com/xyproto/o'
license=(BSD)
makedepends=(git go)
-source=("git+$url#commit=60b72ff254ab1f9bc4724dd336a5907e293855bc") # tag: 2.38.1
+source=("git+$url#commit=7adc76fd8ae4443a1f6310504a2fff49d611fcd7") # tag: 2.39.2
optdepends=('asciidoctor: for writing man pages'
'astyle: for formatting C#'
'autopep8: for formatting Python'