Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
orbiton
Commits:
484fe0ec by Alexander F. Rødseth at 2024-11-04T22:32:43+01:00
upgpkg: 2.68.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = orbiton
pkgdesc = Fast and configuration-free text editor and IDE limited by
VT100
- pkgver = 2.68.1
+ pkgver = 2.68.2
pkgrel = 1
url = https://roboticoverlords.org/orbiton/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = orbiton
makedepends = go
makedepends = vte3
options = !lto
- source = git+https://github.com/xyproto/orbiton#tag=v2.68.1
- b2sums =
12b532d7b9cde108b30f4e89b66c6bd70c692c956c12802a34d4293af2343db339702faacb7b2229fafb08ba46281a68d83368400a67ca231b74303c5c180bb9
+ source = git+https://github.com/xyproto/orbiton#tag=v2.68.2
+ b2sums =
a7365d652c8860c468bbbb971076ce031a389b970d0e2455a9dd3493f94c1656cc0c7eea13374b264f63fcec3edf65413e0812d19df4286db462f9832eea4a41
pkgname = orbiton
optdepends = asciidoctor: for writing man pages
@@ -36,6 +36,7 @@ pkgname = orbiton
optdepends = mono: for compiling C#
optdepends = nasm: for compiling Assembly
optdepends = ocaml: for compiling and formatting OCaml
+ optdepends = ollama: for experimental tab completion
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.68.1
+pkgver=2.68.2
pkgrel=1
pkgdesc='Fast and configuration-free text editor and IDE limited by VT100'
arch=(x86_64)
@@ -11,7 +11,7 @@ license=(BSD-3-Clause)
makedepends=(git go vte3)
options=(!lto)
source=("git+https://github.com/xyproto/orbiton#tag=v$pkgver")
-b2sums=('12b532d7b9cde108b30f4e89b66c6bd70c692c956c12802a34d4293af2343db339702faacb7b2229fafb08ba46281a68d83368400a67ca231b74303c5c180bb9')
+b2sums=('a7365d652c8860c468bbbb971076ce031a389b970d0e2455a9dd3493f94c1656cc0c7eea13374b264f63fcec3edf65413e0812d19df4286db462f9832eea4a41')
build() {
# Adjust the LDFLAGS to work together with go build
@@ -53,6 +53,7 @@ package_orbiton() {
'mono: for compiling C#'
'nasm: for compiling Assembly'
'ocaml: for compiling and formatting OCaml'
+ 'ollama: for experimental tab completion'
'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/484fe0ecc715b3908cd569ec4b60505c9779d21f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/484fe0ecc715b3908cd569ec4b60505c9779d21f
You're receiving this email because of your account on gitlab.archlinux.org.