summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 218facc4dcc8..aec1f5cea498 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Apr 17 21:13:48 UTC 2020
pkgbase = o
pkgdesc = Small, fast and VT100-compatible text editor
- pkgver = 2.24.1
+ pkgver = 2.24.2
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
@@ -8,7 +10,7 @@ pkgbase = o
makedepends = git
makedepends = go-pie
options = !strip
- source = git+https://github.com/xyproto/o#commit=1edd8832cf0b43b5c77ddfe1ce28edcf9234871d
+ source = git+https://github.com/xyproto/o#commit=31c207f62ee8afa673f91118511d32d42acb9c00
sha256sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index 727af22a280a..cdeb1c5d13f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.24.1
+pkgver=2.24.2
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=1edd8832cf0b43b5c77ddfe1ce28edcf9234871d") # tag: 2.23.0
+source=("git+$url#commit=31c207f62ee8afa673f91118511d32d42acb9c00") # tag: 2.24.2
sha256sums=('SKIP')
options=(!strip)