summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2020-01-26 16:27:48 +0100
committerAlexander F. Rødseth2020-01-26 16:27:48 +0100
commit514b8efc3890d0e5f38c599bcd2b326d9779a1b4 (patch)
treeffc60ec7d66f8cf528e07c07e042aac0e4426160
parent39551a9c960dad48207e8cbac87ea841f32835a9 (diff)
downloadaur-514b8efc3890d0e5f38c599bcd2b326d9779a1b4.tar.gz
New release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47eeeca1b19a..ac5c0bde8f22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Jan 26 15:27:42 UTC 2020
pkgbase = o
pkgdesc = Small, fast and VT100-compatible text editor
- pkgver = 2.12.1
- pkgrel = 2
+ pkgver = 2.15.3
+ pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
license = BSD
@@ -9,7 +11,7 @@ pkgbase = o
makedepends = go-pie
makedepends = upx
options = !strip
- source = git+https://github.com/xyproto/o#tag=2.12.1
+ source = git+https://github.com/xyproto/o#tag=2.15.3
sha256sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index 41c6f133810c..713c11c435b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.12.1
-pkgrel=2
+pkgver=2.15.3
+pkgrel=1
pkgdesc='Small, fast and VT100-compatible text editor'
arch=(x86_64)
url='https://github.com/xyproto/o'