Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
orbiton
Commits:
48f7c1a0 by Alexander F. Rødseth at 2024-11-22T16:09:31+01:00
upgpkg: 2.68.3-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.2
+ pkgver = 2.68.3
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.2
- b2sums =
a7365d652c8860c468bbbb971076ce031a389b970d0e2455a9dd3493f94c1656cc0c7eea13374b264f63fcec3edf65413e0812d19df4286db462f9832eea4a41
+ source = git+https://github.com/xyproto/orbiton#tag=v2.68.3
+ b2sums =
14a12ce2e5e0039be2dcc131862a9f7ec01678b2b7cade220c9383b06a5cb1040b72c0f0d71fab97580c5aed70192b46d748e3d6e78a643a358eff73747c0703
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 = odin: for compiling Odin
optdepends = ollama: for experimental tab completion
optdepends = perl-tidy: for formatting Perl
optdepends = pandoc: for exporting Markdown to PDF
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgbase=orbiton
pkgname=(orbiton orbiton-gtk3 orbiton-nano)
-pkgver=2.68.2
+pkgver=2.68.3
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=('a7365d652c8860c468bbbb971076ce031a389b970d0e2455a9dd3493f94c1656cc0c7eea13374b264f63fcec3edf65413e0812d19df4286db462f9832eea4a41')
+b2sums=('14a12ce2e5e0039be2dcc131862a9f7ec01678b2b7cade220c9383b06a5cb1040b72c0f0d71fab97580c5aed70192b46d748e3d6e78a643a358eff73747c0703')
build() {
# Adjust the LDFLAGS to work together with go build
@@ -27,7 +27,6 @@ package_orbiton() {
# 'google-java-format: for formatting Java'
# 'lua-format: for formatting Lua'
# 'hare: for compiling Hare'
- # 'odin: for compiling Odin'
# 'scala: for compiling Scala'
# 'vlang: for compiling and formatting V'
optdepends=('asciidoctor: for writing man pages'
@@ -53,6 +52,7 @@ package_orbiton() {
'mono: for compiling C#'
'nasm: for compiling Assembly'
'ocaml: for compiling and formatting OCaml'
+ 'odin: for compiling Odin'
'ollama: for experimental tab completion'
'perl-tidy: for formatting Perl'
'pandoc: for exporting Markdown to PDF'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/48f7c1a0ff67e5634beccfbb12cd4779a92f6240
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/48f7c1a0ff67e5634beccfbb12cd4779a92f6240
You're receiving this email because of your account on gitlab.archlinux.org.