summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b87ef2818fe..e2f834f6a395 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o
pkgdesc = Small, fast and VT100-compatible text editor
- pkgver = 2.9.1
+ pkgver = 2.9.2
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = o
makedepends = git
makedepends = go
makedepends = upx
- source = git+https://github.com/xyproto/o#tag=2.9.1
+ source = git+https://github.com/xyproto/o#tag=2.9.2
sha256sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index ddcba4da68a0..b737345fe5d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.9.1
+pkgver=2.9.2
pkgrel=1
pkgdesc='Small, fast and VT100-compatible text editor'
arch=(x86_64)