summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20707a680c19..244a1430397f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o
- pkgdesc = Text editor
- pkgver = 2.50.0
+ pkgdesc = Text editor and minimalistic IDE
+ pkgver = 2.51.0
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
@@ -46,7 +46,7 @@ pkgbase = o
optdepends = v: for compiling and formatting V
optdepends = yasm: for compiling Assembly
optdepends = zig: for compiling and formatting Zig
- source = git+https://github.com/xyproto/o#commit=778c1b6f033b21818610f0933cc0c8aa7e77704b
+ source = git+https://github.com/xyproto/o#commit=fbe1b01b64e344d9c973d929312f2c2d261b6c99
b2sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index 3e8f3ee1de32..3940138f0a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.50.0
+pkgver=2.51.0
pkgrel=1
-pkgdesc='Text editor'
+pkgdesc='Text editor and minimalistic IDE'
arch=(x86_64)
url='https://github.com/xyproto/o'
license=(BSD)
depends=(vte3)
makedepends=(git go)
-source=("git+$url#commit=778c1b6f033b21818610f0933cc0c8aa7e77704b") # tag: v2.50.0
+source=("git+$url#commit=fbe1b01b64e344d9c973d929312f2c2d261b6c99") # tag: v2.51.0
optdepends=('asciidoctor: for writing man pages'
'agda: for compiling Agda'
'astyle: for formatting C#'