summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2020-07-29 16:51:55 +0200
committerAlexander F. Rødseth2020-07-29 16:51:55 +0200
commitea0da09e1dee0cc35512b4efe6337fa8b3c4a66c (patch)
tree362a9b2eb71a5bc52f30cca8349efdd7b8ec951e
parent309ce3b130bb473b2ae40e0b94cb18047d30b1c9 (diff)
downloadaur-ea0da09e1dee0cc35512b4efe6337fa8b3c4a66c.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 3418a063b872..59f5c3b8f034 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o
pkgdesc = Small, fast and VT100-compatible text editor
- pkgver = 2.32.1
+ pkgver = 2.32.2
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=b97463450ed421ef3b5f079941bd25d124774c16
+ source = git+https://github.com/xyproto/o#commit=cc165ce013be015b81f643610836e632985b1e81
sha256sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index 7799563a6bd2..20425c12e2c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.32.1
+pkgver=2.32.2
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=b97463450ed421ef3b5f079941bd25d124774c16") # tag: 2.32.1
+source=("git+$url#commit=cc165ce013be015b81f643610836e632985b1e81") # tag: 2.32.2
sha256sums=('SKIP')
options=(!strip)
optdepends=('cxx: for compiling C++'