Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
orbiton
Commits:
af3f3436 by Alexander F. Rødseth at 2024-03-02T11:55:19+01:00
upgpkg: 2.65.11-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.65.10
+ pkgver = 2.65.11
pkgrel = 1
url = https://orbiton.zip
arch = x86_64
@@ -9,14 +9,13 @@ pkgbase = orbiton
makedepends = go
makedepends = vte3
options = !lto
- source =
git+https://github.com/xyproto/orbiton#commit=cad0b333dcb1bae1187ce8291f186130e9aadcfd
+ source =
git+https://github.com/xyproto/orbiton#commit=df34d2866a5f835b944d64384354450e3404d151
b2sums = SKIP
pkgname = orbiton
optdepends = asciidoctor: for writing man pages
optdepends = agda: for compiling Agda
optdepends = astyle: for formatting C#
- optdepends = autopep8: for formatting Python
optdepends = clang: for formatting C++ code with clang-format
optdepends = clojure: for compiling Clojure
optdepends = crystal: for compiling Crystal
@@ -39,6 +38,7 @@ pkgname = orbiton
optdepends = perl-tidy: for formatting Perl
optdepends = pandoc: for exporting Markdown to PDF
optdepends = prettier: for formatting JavaScript, TypeScript and CSS
+ optdepends = python-black: for formatting Python
optdepends = rustup: for compiling and formatting Rust
optdepends = scdoc: for writing man pages
optdepends = shfmt: for formattig Shell scripts
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgbase=orbiton
pkgname=(orbiton orbiton-gtk3 orbiton-nano)
-pkgver=2.65.10
+pkgver=2.65.11
pkgrel=1
pkgdesc='Fast and configuration-free text editor and IDE limited by VT100'
arch=(x86_64)
@@ -10,7 +10,7 @@ url='https://orbiton.zip'
license=(BSD-3-Clause)
makedepends=(git go vte3)
options=(!lto)
-source=("git+https://github.com/xyproto/orbiton#commit=cad0b333dcb1bae1187ce8291f186130e9aadcfd")
# tag: v2.65.10
+source=("git+https://github.com/xyproto/orbiton#commit=df34d2866a5f835b944d64384354450e3404d151")
# tag: v2.65.11
b2sums=('SKIP')
build() {
@@ -34,7 +34,6 @@ package_orbiton() {
optdepends=('asciidoctor: for writing man pages'
'agda: for compiling Agda'
'astyle: for formatting C#'
- 'autopep8: for formatting Python'
'clang: for formatting C++ code with clang-format'
'clojure: for compiling Clojure'
'crystal: for compiling Crystal'
@@ -57,6 +56,7 @@ package_orbiton() {
'perl-tidy: for formatting Perl'
'pandoc: for exporting Markdown to PDF'
'prettier: for formatting JavaScript, TypeScript and CSS'
+ 'python-black: for formatting Python'
'rustup: for compiling and formatting Rust'
'scdoc: for writing man pages'
'shfmt: for formattig Shell scripts'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/af3f34360c28d0637004dac9ce70c8a080e6d0c2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/af3f34360c28d0637004dac9ce70c8a080e6d0c2
You're receiving this email because of your account on gitlab.archlinux.org.