summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-08-02 01:11:52 +0200
committerAlexander F. Rødseth2022-08-02 01:11:52 +0200
commit708c3f2af73fe0abb54cb78a5351a7bb6d286c6d (patch)
treeceb94344221d46e1a692ff1a40aa5d4c7b600aa9
parent75ca588042359e0984e9a528cad8e532966519f8 (diff)
downloadaur-708c3f2af73fe0abb54cb78a5351a7bb6d286c6d.tar.gz
New release
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD9
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc60b8235ea5..33bfc4a05de5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Aug 1 23:11:25 UTC 2022
pkgbase = o-bin
pkgdesc = Text editor, IDE and gdb frontend (CLI only)
- pkgver = 2.55.0
- pkgrel = 2
+ pkgver = 2.55.1
+ pkgrel = 1
url = https://github.com/xyproto/o
arch = aarch64
arch = armv6
@@ -18,6 +20,7 @@ pkgbase = o-bin
optdepends = clojure: for compiling Clojure
optdepends = crystal: for compiling Crystal
optdepends = cxx: for compiling C and C++
+ optdepends = elm: for compiling Elm
optdepends = fpc: for compiling Object Pascal
optdepends = fstabfmt: for formatting /etc/fstab
optdepends = gdb: for debugging C
@@ -49,8 +52,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.55.0/o-2.55.0-linux_x86_64_static.tar.xz
- sha256sums = 81e2ac6a6c6558b42eb42f983ba5342423ef7d15cb5c1eefc510e9d83569fa96
- b2sums = c24d3bf45a0f0fd17f31a76c8fc6394d7af44e1d3061dc8dcfc484aa647f622f6950a02bcedf2ce33daffa8522764e443faf900929439db99271bd0aeb5594d6
+ source = https://github.com/xyproto/o/releases/download/v2.55.1/o-2.55.1-linux__static.tar.xz
+ sha256sums = 844f4f995e222bf5ee7ab341f35c1cb7c1596f71a8f7aaa915954563bba933e5
pkgname = o-bin
+
diff --git a/PKGBUILD b/PKGBUILD
index 6b5cf5c790b3..f13b581310e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=o-bin
-pkgver=2.55.0
-pkgrel=2
+pkgver=2.55.1
+pkgrel=1
pkgdesc='Text editor, IDE and gdb frontend (CLI only)'
arch=(aarch64 armv6 armv7 riscv64 x86_64)
url='https://github.com/xyproto/o'
@@ -18,6 +18,7 @@ optdepends=('asciidoctor: for writing man pages'
'clojure: for compiling Clojure'
'crystal: for compiling Crystal'
'cxx: for compiling C and C++'
+ 'elm: for compiling Elm'
'fpc: for compiling Object Pascal'
'fstabfmt: for formatting /etc/fstab'
'gdb: for debugging C'
@@ -48,8 +49,8 @@ optdepends=('asciidoctor: for writing man pages'
'v: for compiling and formatting V'
'yasm: for compiling Assembly'
'zig: for compiling and formatting Zig')
-sha256sums=('81e2ac6a6c6558b42eb42f983ba5342423ef7d15cb5c1eefc510e9d83569fa96')
-b2sums=('c24d3bf45a0f0fd17f31a76c8fc6394d7af44e1d3061dc8dcfc484aa647f622f6950a02bcedf2ce33daffa8522764e443faf900929439db99271bd0aeb5594d6')
+sha256sums=('844f4f995e222bf5ee7ab341f35c1cb7c1596f71a8f7aaa915954563bba933e5')
+b2sums=('bae54b5fe45116cd22342764c3cc5860bb0d63f00611346b3a6439a458e8fd1f9d6173dbe4c8dc98984d94c7fb246b3498fac7b57c53eb6c2f52e777d06b276e')
package() {
cd o-$pkgver-linux_${CARCH}_static