summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2020-05-20 23:25:39 +0200
committerAlexander F. Rødseth2020-05-20 23:25:39 +0200
commit71cda92a00bbea150ba798b128ecfa72fb67ab2e (patch)
treebbe36ed49f393e6ab137eb88b7a1d89328293e8b
parent2e2ae369892bf705cc52c13552f215522af2c27a (diff)
downloadaur-71cda92a00bbea150ba798b128ecfa72fb67ab2e.tar.gz
New release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b6466aee676..47280c3c987f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 14 12:43:03 UTC 2020
+# Wed May 20 21:25:34 UTC 2020
pkgbase = o
pkgdesc = Small, fast and VT100-compatible text editor
- pkgver = 2.28.0
+ pkgver = 2.28.1
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = o
makedepends = git
makedepends = go-pie
options = !strip
- source = git+https://github.com/xyproto/o#commit=78648bca46bcbdbffe79a8985a68dd2711fce35c
+ source = git+https://github.com/xyproto/o#commit=32d3ed8558a76bb09b4df7d621856cdc986969b0
sha256sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index a1ef3364692c..1589082ec4bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.28.0
+pkgver=2.28.1
pkgrel=1
pkgdesc='Small, fast and VT100-compatible text editor'
arch=(x86_64)
url='https://github.com/xyproto/o'
license=(BSD)
makedepends=(git go-pie)
-source=("git+$url#commit=78648bca46bcbdbffe79a8985a68dd2711fce35c") # tag: 2.28.0
+source=("git+$url#commit=32d3ed8558a76bb09b4df7d621856cdc986969b0") # tag: 2.28.1
sha256sums=('SKIP')
options=(!strip)