summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2020-05-01 19:49:08 +0200
committerAlexander F. Rødseth2020-05-01 19:49:08 +0200
commit9feae3ece787f1924c33d21bd6dc34833f79d6e5 (patch)
tree3aabf6cb1daa1404fa18604ad044d55d99f1f157
parent95ded8ead43fe10207173d4ed93e38846038b3f4 (diff)
downloadaur-9feae3ece787f1924c33d21bd6dc34833f79d6e5.tar.gz
New release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d3debdebfe2..a42465e40fe2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o
pkgdesc = Small, fast and VT100-compatible text editor
- pkgver = 2.25.0
+ pkgver = 2.26.1
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = o
makedepends = git
makedepends = go-pie
options = !strip
- source = git+https://github.com/xyproto/o#commit=9a93107697196bb9ee2c51a0d7b6489d8ff99a4c
+ source = git+https://github.com/xyproto/o#commit=f02d370de72da66feae61422403030539844f23b
sha256sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index 9cae19e30e69..f9fc7f136acf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.25.0
+pkgver=2.26.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=9a93107697196bb9ee2c51a0d7b6489d8ff99a4c") # tag: 2.25.0
+source=("git+$url#commit=f02d370de72da66feae61422403030539844f23b") # tag: 2.26.1
sha256sums=('SKIP')
options=(!strip)