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 3e1fdb06edd6..f16c88dbcb44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o
pkgdesc = Text editor and minimalistic IDE
- pkgver = 2.59.3
+ pkgver = 2.59.5
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
@@ -50,7 +50,7 @@ pkgbase = o
optdepends = vte3: for the ko GUI frontend
optdepends = yasm: for compiling Assembly
optdepends = zig: for compiling and formatting Zig
- source = git+https://github.com/xyproto/o#commit=ce8699324ae38922ada08caa2c841a7630e558ae
+ source = git+https://github.com/xyproto/o#commit=d0c3f579573c4452400fc874b23b8ddf67348fe6
b2sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index a005b38879a1..7bf90aa39acc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.59.3
+pkgver=2.59.5
pkgrel=1
pkgdesc='Text editor and minimalistic IDE'
arch=(x86_64)
url='https://github.com/xyproto/o'
license=(BSD)
makedepends=(git go vte3)
-source=("git+$url#commit=ce8699324ae38922ada08caa2c841a7630e558ae") # tag: v2.59.3
+source=("git+$url#commit=d0c3f579573c4452400fc874b23b8ddf67348fe6") # tag: v2.59.5
optdepends=('asciidoctor: for writing man pages'
'agda: for compiling Agda'
'astyle: for formatting C#'