summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-07-27 17:03:54 +0200
committerAlexander F. Rødseth2022-07-27 17:04:14 +0200
commit75ca588042359e0984e9a528cad8e532966519f8 (patch)
tree394896166c9e5b13d695c26aeed29af299a50abb
parentb094aef34effe42ee15858e4b5aa9c68191550c6 (diff)
downloadaur-75ca588042359e0984e9a528cad8e532966519f8.tar.gz
Update description
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c97923ace55..bc60b8235ea5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sun Jul 24 12:23:37 UTC 2022
pkgbase = o-bin
- pkgdesc = Text editor
+ pkgdesc = Text editor, IDE and gdb frontend (CLI only)
pkgver = 2.55.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xyproto/o
arch = aarch64
arch = armv6
@@ -51,8 +49,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__static.tar.xz
+ 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
pkgname = o-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 77e74555b650..6b5cf5c790b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=o-bin
pkgver=2.55.0
-pkgrel=1
-pkgdesc='Text editor'
+pkgrel=2
+pkgdesc='Text editor, IDE and gdb frontend (CLI only)'
arch=(aarch64 armv6 armv7 riscv64 x86_64)
url='https://github.com/xyproto/o'
license=(BSD)