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 295efa08ad1f..0b87ef2818fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o
pkgdesc = Small, fast and VT100-compatible text editor
- pkgver = 2.9.0
+ pkgver = 2.9.1
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.0
+ source = git+https://github.com/xyproto/o#tag=2.9.1
sha256sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index 6dc53bd1ebc3..ddcba4da68a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.9.0
+pkgver=2.9.1
pkgrel=1
pkgdesc='Small, fast and VT100-compatible text editor'
arch=(x86_64)