summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-07-24 14:23:47 +0200
committerAlexander F. Rødseth2022-07-24 14:23:47 +0200
commitb094aef34effe42ee15858e4b5aa9c68191550c6 (patch)
treebe57093d544d671b84beb22bfd66248a6dacd504
parente0740e3da59b94a2a764c9db80956156c05dae63 (diff)
downloadaur-b094aef34effe42ee15858e4b5aa9c68191550c6.tar.gz
New minor release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bf1826769a5..8c97923ace55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Jul 24 12:23:37 UTC 2022
pkgbase = o-bin
pkgdesc = Text editor
- pkgver = 2.54.0
+ pkgver = 2.55.0
pkgrel = 1
url = https://github.com/xyproto/o
arch = aarch64
@@ -49,8 +51,8 @@ pkgbase = o-bin
optdepends = yasm: for compiling Assembly
optdepends = zig: for compiling and formatting Zig
conflicts = o
- source = https://github.com/xyproto/o/releases/download/v2.54.0/o-2.54.0-linux_x86_64_static.tar.xz
- sha256sums = d529b7ff13b5448e9344c9c5e0d5032b10dc36eff1f4b8f2a571711874d34a9b
- b2sums = c0e7e7ded0fc64fc438ed5eccdae82ee1eaea798d9a8b435cb3f328458ed2eb4516f6f57c3264ee8cde253567215d8929de9972458bec4e11755f1defd7ba605
+ source = https://github.com/xyproto/o/releases/download/v2.55.0/o-2.55.0-linux__static.tar.xz
+ sha256sums = 81e2ac6a6c6558b42eb42f983ba5342423ef7d15cb5c1eefc510e9d83569fa96
pkgname = o-bin
+
diff --git a/PKGBUILD b/PKGBUILD
index f3fb15082885..77e74555b650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o-bin
-pkgver=2.54.0
+pkgver=2.55.0
pkgrel=1
pkgdesc='Text editor'
arch=(aarch64 armv6 armv7 riscv64 x86_64)
@@ -48,8 +48,8 @@ optdepends=('asciidoctor: for writing man pages'
'v: for compiling and formatting V'
'yasm: for compiling Assembly'
'zig: for compiling and formatting Zig')
-sha256sums=('d529b7ff13b5448e9344c9c5e0d5032b10dc36eff1f4b8f2a571711874d34a9b')
-b2sums=('c0e7e7ded0fc64fc438ed5eccdae82ee1eaea798d9a8b435cb3f328458ed2eb4516f6f57c3264ee8cde253567215d8929de9972458bec4e11755f1defd7ba605')
+sha256sums=('81e2ac6a6c6558b42eb42f983ba5342423ef7d15cb5c1eefc510e9d83569fa96')
+b2sums=('c24d3bf45a0f0fd17f31a76c8fc6394d7af44e1d3061dc8dcfc484aa647f622f6950a02bcedf2ce33daffa8522764e443faf900929439db99271bd0aeb5594d6')
package() {
cd o-$pkgver-linux_${CARCH}_static