summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46150c77b27b..bf4b275285c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Oct 11 15:29:27 UTC 2019
+# Sat Oct 12 18:35:49 UTC 2019
pkgbase = o
- pkgdesc = Small, fast and very limited text editor
- pkgver = 2.1.5
+ pkgdesc = Small, fast and limited text editor
+ pkgver = 2.2.1
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.1.5
+ source = git+https://github.com/xyproto/o#tag=2.2.1
sha256sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index 21bcf26aab33..511e41f28b69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.1.5
+pkgver=2.2.1
pkgrel=1
-pkgdesc='Small, fast and very limited text editor'
+pkgdesc='Small, fast and limited text editor'
arch=(x86_64)
url='https://github.com/xyproto/o'
license=(MIT)