Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
orbiton
Commits:
31ae8b06 by Alexander F. Rødseth at 2025-12-28T19:15:48+01:00
upgpkg: 2.70.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = orbiton
pkgdesc = Configuration-free text editor and IDE
- pkgver = 2.70.4
+ pkgver = 2.70.5
pkgrel = 1
url = https://roboticoverlords.org/orbiton/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = orbiton
makedepends = vte3
depends = glibc
options = !lto
- source = git+https://github.com/xyproto/orbiton#tag=v2.70.4
- b2sums =
f9f042526286601ba9e75b25f0f84622e4e8135f25d913332672b3c236453314bc51407557bc80f126502f02d51e2f6b1d8e362f411e50f641fa3c9671f3cc87
+ source = git+https://github.com/xyproto/orbiton#tag=v2.70.5
+ b2sums =
23e8042f594c2b4a0244b452c918bdaaaaa9b5b449a4100537f6f9797a377f2ef431f4f75b5942242fbef3561fabd4c9856c0eb63d67acf232fcd3caf89bd64c
pkgname = orbiton
optdepends = abcmidi: for writing music in the ABC notation
@@ -40,7 +40,7 @@ pkgname = orbiton
optdepends = ocaml: for compiling and formatting OCaml
optdepends = odin: for compiling Odin
optdepends = odinfmt: for formatting Odin
- optdepends = ollama: for experimental tab completion
+ optdepends = ollama: for explaining code
optdepends = perl-tidy: for formatting Perl
optdepends = pandoc: for exporting Markdown to PDF
optdepends = prettier: for formatting JavaScript, TypeScript and CSS
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgbase=orbiton
pkgname=(orbiton orbiton-gtk3 orbiton-nano)
-pkgver=2.70.4
+pkgver=2.70.5
pkgrel=1
pkgdesc='Configuration-free text editor and IDE'
arch=(x86_64)
@@ -12,7 +12,7 @@ makedepends=(git go vte3)
depends=(glibc)
options=(!lto)
source=("git+https://github.com/xyproto/orbiton#tag=v$pkgver")
-b2sums=('f9f042526286601ba9e75b25f0f84622e4e8135f25d913332672b3c236453314bc51407557bc80f126502f02d51e2f6b1d8e362f411e50f641fa3c9671f3cc87')
+b2sums=('23e8042f594c2b4a0244b452c918bdaaaaa9b5b449a4100537f6f9797a377f2ef431f4f75b5942242fbef3561fabd4c9856c0eb63d67acf232fcd3caf89bd64c')
build() {
export LDFLAGS="$(echo $LDFLAGS | sed 's/ -Wl//g;s/,--sort-common//')"
@@ -23,9 +23,10 @@ package_orbiton() {
# TODO: consider moving one or more of these from AUR:
# 'cxx: for compiling C and C++'
# 'elm-bin: for compiling Elm'
+ # 'gnucobol: for compiling COBOL'
# 'google-java-format: for formatting Java'
- # 'lua-format: for formatting Lua'
# 'hare: for compiling Hare'
+ # 'lua-format: for formatting Lua'
# 'scala: for compiling Scala'
# 'vlang: for compiling and formatting V'
optdepends=('abcmidi: for writing music in the ABC notation'
@@ -54,7 +55,7 @@ package_orbiton() {
'ocaml: for compiling and formatting OCaml'
'odin: for compiling Odin'
'odinfmt: for formatting Odin'
- 'ollama: for experimental tab completion'
+ 'ollama: for explaining code'
'perl-tidy: for formatting Perl'
'pandoc: for exporting Markdown to PDF'
'prettier: for formatting JavaScript, TypeScript and CSS'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/31ae8b06953ba8186694c03cc782e276f20fd048
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/31ae8b06953ba8186694c03cc782e276f20fd048
You're receiving this email because of your account on gitlab.archlinux.org.