summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-07-24 14:14:18 +0200
committerAlexander F. Rødseth2022-07-24 14:21:29 +0200
commit9ec851e019147e7627786b114e501056fb0ad1b9 (patch)
treece8f92f4e17b5b9fb5d4c080659b902c90a73e94
parent1a3145925be2808263d87867f520ae0027375162 (diff)
downloadaur-9ec851e019147e7627786b114e501056fb0ad1b9.tar.gz
New minor release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7618cba95a41..13a9ba3a1d04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Jul 24 12:16:25 UTC 2022
pkgbase = o
pkgdesc = Text editor and minimalistic IDE
- pkgver = 2.54.0
+ pkgver = 2.55.0
pkgrel = 1
url = https://github.com/xyproto/o
arch = x86_64
@@ -47,7 +49,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=1757eab4ecf6232be0ea4399c2129b1b8c386f3c
- b2sums = SKIP
+ source = git+https://github.com/xyproto/o#commit=e7c9d32779adb034e56d1155816d9bb885213078
pkgname = o
+
diff --git a/PKGBUILD b/PKGBUILD
index c3ff3e359d56..6643944d4fdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o
-pkgver=2.54.0
+pkgver=2.55.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=1757eab4ecf6232be0ea4399c2129b1b8c386f3c") # tag: v2.54.0
+source=("git+$url#commit=e7c9d32779adb034e56d1155816d9bb885213078") # tag: v2.55.0
optdepends=('asciidoctor: for writing man pages'
'agda: for compiling Agda'
'astyle: for formatting C#'