Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
orbiton
Commits:
706e0e68 by Alexander F. Rødseth at 2024-10-25T16:57:42+02:00
upgpkg: 2.68.0-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.67.1
+ pkgver = 2.68.0
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#commit=2abf5f7ab86bdc468c3084eba298356cabdee796
- b2sums =
02bb85a2b6f67e190afe55e2f487311a49127d860f141765f5b51622c20e41e919f87818b83a3258dd1f84713e83236e2b32fdb2d9d765951be32c7b2e0b25fe
+ source = git+https://github.com/xyproto/orbiton#tag=v2.68.0
+ b2sums =
d59c6774761681103d7250f8f3f3f2aea6360d93e3cfba2a1c4be276fe1a96f1c1fa33bde01b6e80fe682f9bcdd0af14b2c8e00d2182be91f5e1023e0614c9d9
pkgname = orbiton
optdepends = asciidoctor: for writing man pages
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgbase=orbiton
pkgname=(orbiton orbiton-gtk3 orbiton-nano)
-pkgver=2.67.1
+pkgver=2.68.0
pkgrel=1
pkgdesc='Fast and configuration-free text editor and IDE limited by VT100'
arch=(x86_64)
@@ -10,8 +10,8 @@ url='https://roboticoverlords.org/orbiton/'
license=(BSD-3-Clause)
makedepends=(git go vte3)
options=(!lto)
-source=("git+https://github.com/xyproto/orbiton#commit=2abf5f7ab86bdc468c3084eba298356cabdee796")
# tag: v2.67.1
-b2sums=('02bb85a2b6f67e190afe55e2f487311a49127d860f141765f5b51622c20e41e919f87818b83a3258dd1f84713e83236e2b32fdb2d9d765951be32c7b2e0b25fe')
+source=("git+https://github.com/xyproto/orbiton#tag=v$pkgver")
+b2sums=('d59c6774761681103d7250f8f3f3f2aea6360d93e3cfba2a1c4be276fe1a96f1c1fa33bde01b6e80fe682f9bcdd0af14b2c8e00d2182be91f5e1023e0614c9d9')
build() {
# Adjust the LDFLAGS to work together with go build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/706e0e689dfbc053dfb8e7e453364507140a5b7b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/706e0e689dfbc053dfb8e7e453364507140a5b7b
You're receiving this email because of your account on gitlab.archlinux.org.