summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19c749ba0ed9..f7165361dcd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Thu May 28 17:46:37 UTC 2020
pkgbase = o
pkgdesc = Small, fast and VT100-compatible text editor
- pkgver = 2.29.5
- pkgrel = 2
+ pkgver = 2.30.2
+ pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
license = BSD
@@ -23,7 +21,7 @@ pkgbase = o
optdepends = pandoc: for exporting Markdown to PDF
optdepends = guessica: for updating PKGBUILD files
options = !strip
- source = git+https://github.com/xyproto/o#commit=07d440ec0a50122379b6dbd8f6a88961fbb35bfb
+ source = git+https://github.com/xyproto/o#commit=7327318e7c6837fe7aab4014a812223ba4a584a8
sha256sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index ad5637c2f2e8..6ea4eb65918a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.29.5
-pkgrel=2
+pkgver=2.30.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=07d440ec0a50122379b6dbd8f6a88961fbb35bfb") # tag: 2.29.5
+source=("git+$url#commit=7327318e7c6837fe7aab4014a812223ba4a584a8") # tag: 2.30.2
sha256sums=('SKIP')
options=(!strip)
optdepends=('cxx: for compiling C++'