summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-07-16 02:40:59 +0200
committerAlexander F. Rødseth2022-07-16 02:40:59 +0200
commit1a3145925be2808263d87867f520ae0027375162 (patch)
tree776df54d181e307260cfd9234690b84e0e651f7a
parentbfde2f7d87df8543a8166546bddef8e3c5508b8b (diff)
downloadaur-1a3145925be2808263d87867f520ae0027375162.tar.gz
New release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6be7c5b4ed3a..7618cba95a41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = o
pkgdesc = Text editor and minimalistic IDE
- pkgver = 2.53.0
+ pkgver = 2.54.0
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
@@ -47,7 +47,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=16c90371be5e3c747c79f9029e5ceb7fb94cd40e
+ source = git+https://github.com/xyproto/o#commit=1757eab4ecf6232be0ea4399c2129b1b8c386f3c
b2sums = SKIP
pkgname = o
diff --git a/PKGBUILD b/PKGBUILD
index fa1504c552e6..c3ff3e359d56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.53.0
+pkgver=2.54.0
pkgrel=1
pkgdesc='Text editor and minimalistic IDE'
arch=(x86_64)
@@ -9,7 +9,7 @@ url='https://github.com/xyproto/o'
license=(BSD)
depends=(vte3)
makedepends=(git go)
-source=("git+$url#commit=16c90371be5e3c747c79f9029e5ceb7fb94cd40e") # tag: v2.53.0
+source=("git+$url#commit=1757eab4ecf6232be0ea4399c2129b1b8c386f3c") # tag: v2.54.0
optdepends=('asciidoctor: for writing man pages'
'agda: for compiling Agda'
'astyle: for formatting C#'
@@ -49,7 +49,7 @@ optdepends=('asciidoctor: for writing man pages'
'v: for compiling and formatting V'
'yasm: for compiling Assembly'
'zig: for compiling and formatting Zig')
-b2sums=(SKIP)
+b2sums=('SKIP')
build() {
cd $pkgname/v2