summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-10-12 22:44:06 +0200
committerAlexander F. Rødseth2019-10-12 22:44:06 +0200
commit0c4ac2714306ebf4aac226d583ec29f8f499fb2d (patch)
tree8d07ae6efe7b73b7f310a1e6af97ec9ec59b2107
parent0b04122028b716a016b8cacd414160d43078e4f4 (diff)
downloadaur-0c4ac2714306ebf4aac226d583ec29f8f499fb2d.tar.gz
New minor release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf4b275285c4..7f3c118054af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Sat Oct 12 18:35:49 UTC 2019
pkgbase = o
pkgdesc = Small, fast and limited text editor
- pkgver = 2.2.1
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
license = MIT
makedepends = git
makedepends = gcc-go
- source = git+https://github.com/xyproto/o#tag=2.2.1
+ source = git+https://github.com/xyproto/o#tag=2.3.0
sha256sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index 511e41f28b69..231331d76436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.2.1
+pkgver=2.3.0
pkgrel=1
pkgdesc='Small, fast and limited text editor'
arch=(x86_64)