summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-11-19 16:34:55 +0100
committerAlexander F. Rødseth2019-11-19 16:34:55 +0100
commit8a10c4a348e5c6cfb1fbb3b2f01f5fd2ea2c1c89 (patch)
tree00ab0d473932c45c5824b9330ebad3e7aeb19803
parent205fc693a794d103a03153d66abb036898626135 (diff)
downloadaur-8a10c4a348e5c6cfb1fbb3b2f01f5fd2ea2c1c89.tar.gz
Patch release
-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)