summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-12-07 15:20:36 +0100
committerAlexander F. Rødseth2022-12-07 15:20:36 +0100
commit92786d4fb1de0ab65c41bbbe39bc97f9b05f602c (patch)
tree0273a08203171d29ea80c58d42b1ab96e3182d24
parent2c95958e5988f8100bfaa303ba7e2ec542cbac77 (diff)
downloadaur-92786d4fb1de0ab65c41bbbe39bc97f9b05f602c.tar.gz
New release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 313ede597727..63b617999b6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = o-bin
pkgdesc = Text editor, IDE and gdb frontend (CLI only)
- pkgver = 2.57.0
- pkgrel = 2
+ pkgver = 2.58.0
+ pkgrel = 1
url = https://github.com/xyproto/o
arch = aarch64
arch = armv6
@@ -51,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.57.0/o-2.57.0-linux_x86_64_static.tar.xz
- sha256sums = 78fcd537465c43293770b87265a2c558279839151440e9c91deb570833e3e2a1
- b2sums = 54e255c3912fc89acdc8add69ef9f6685e81a1edb1468d0f37f54482ee89db076aa16dabe766ce012aa39ba2edaf926f523f56ab6ab095b1bf4ee2aae430e791
+ source = https://github.com/xyproto/o/releases/download/v2.58.0/o-2.58.0-linux_x86_64_static.tar.xz
+ sha256sums = 0e4d87d0f1b3ee281fd56d6424c3592429102fbfb3d16481c4b102c625a994b7
+ b2sums = 913ccaef53bf943889d7920b5f0b730675fc5f9fab71f07d3b732b86a6cfcce5aee70e879728ef347e99dcff26ae394188e9103cb18cc34abf27b123d6d78c85
pkgname = o-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6d08841cd6cf..bbe1a1f1479e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o-bin
-pkgver=2.57.0
-pkgrel=2
+pkgver=2.58.0
+pkgrel=1
pkgdesc='Text editor, IDE and gdb frontend (CLI only)'
arch=(aarch64 armv6 armv7 riscv64 x86_64)
url='https://github.com/xyproto/o'
@@ -50,8 +50,8 @@ optdepends=('asciidoctor: for writing man pages'
'vlang: for compiling and formatting V'
'yasm: for compiling Assembly'
'zig: for compiling and formatting Zig')
-sha256sums=('78fcd537465c43293770b87265a2c558279839151440e9c91deb570833e3e2a1')
-b2sums=('54e255c3912fc89acdc8add69ef9f6685e81a1edb1468d0f37f54482ee89db076aa16dabe766ce012aa39ba2edaf926f523f56ab6ab095b1bf4ee2aae430e791')
+sha256sums=('0e4d87d0f1b3ee281fd56d6424c3592429102fbfb3d16481c4b102c625a994b7')
+b2sums=('913ccaef53bf943889d7920b5f0b730675fc5f9fab71f07d3b732b86a6cfcce5aee70e879728ef347e99dcff26ae394188e9103cb18cc34abf27b123d6d78c85')
package() {
cd o-$pkgver-linux_${CARCH}_static