summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 627dfae60a12..00aa0bef8cc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o
pkgdesc = Small, fast and VT100-compatible text editor
- pkgver = 2.31.3
+ pkgver = 2.32.0
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = o
optdepends = java-environment: for compiling Java
optdepends = google-java-format: for formatting Java
options = !strip
- source = git+https://github.com/xyproto/o#commit=09c75d19a4f54b437477fc3df42e842f22c5a6af
+ source = git+https://github.com/xyproto/o#commit=71a75e33474ce88501532aa423542dbb83ec8bbe
sha256sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index 35775cc6047f..de701715d2c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.31.3
+pkgver=2.32.0
pkgrel=1
pkgdesc='Small, fast and VT100-compatible text editor'
arch=(x86_64)
url='https://github.com/xyproto/o'
license=(BSD)
fmakedepends=(git go)
-source=("git+$url#commit=09c75d19a4f54b437477fc3df42e842f22c5a6af") # tag: 2.31.3
+source=("git+$url#commit=71a75e33474ce88501532aa423542dbb83ec8bbe") # tag: 2.32.0
sha256sums=('SKIP')
options=(!strip)
optdepends=('cxx: for compiling C++'