summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 076abc6d0da1..0827637f3e66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 27 10:40:13 UTC 2020
+# Thu May 28 12:13:24 UTC 2020
pkgbase = o
pkgdesc = Small, fast and VT100-compatible text editor
- pkgver = 2.29.3
+ pkgver = 2.29.4
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=ae5ac2e9003556da43454b6d01850b768ac268b1
+ source = git+https://github.com/xyproto/o#commit=1cd4924b44cbf5bd2666f1d321f878aed55ad19d
sha256sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index 2b59d951fa92..dac793f1dbed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.29.3
+pkgver=2.29.4
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=ae5ac2e9003556da43454b6d01850b768ac268b1") # tag: 2.29.3
+source=("git+$url#commit=1cd4924b44cbf5bd2666f1d321f878aed55ad19d") # tag: 2.29.4
sha256sums=('SKIP')
options=(!strip)