Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
orbiton


Commits:
3b9b81f9 by Alexander F. Rødseth at 2024-12-19T15:55:36+01:00
upgpkg: 2.68.6-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.5
+       pkgver = 2.68.6
        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.5
-       b2sums = 
ffe5f32d092bdb6a95eee1471438714291319589d736ad6f987b1882be4975fd427ef5523ddec1affc6b81a0ebf7a479c14c32d0e13edb782048b52c649d6bd6
+       source = git+https://github.com/xyproto/orbiton#tag=v2.68.6
+       b2sums = 
fe6010f36d12fbc77c7a9eb4ec1b5e62ae5d1aad60d82f54269ec38de7bb9eb9f6fe2fd94fa88ecb189c50272c308593ac6cd42517c81b9b6199b115a6805c06
 
 pkgname = orbiton
        optdepends = asciidoctor: for writing man pages


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgbase=orbiton
 pkgname=(orbiton orbiton-gtk3 orbiton-nano)
-pkgver=2.68.5
+pkgver=2.68.6
 pkgrel=1
 pkgdesc='Fast and configuration-free text editor and IDE limited by VT100'
 arch=(x86_64)
@@ -11,12 +11,10 @@ license=(BSD-3-Clause)
 makedepends=(git go vte3)
 options=(!lto)
 source=("git+https://github.com/xyproto/orbiton#tag=v$pkgver";)
-b2sums=('ffe5f32d092bdb6a95eee1471438714291319589d736ad6f987b1882be4975fd427ef5523ddec1affc6b81a0ebf7a479c14c32d0e13edb782048b52c649d6bd6')
+b2sums=('fe6010f36d12fbc77c7a9eb4ec1b5e62ae5d1aad60d82f54269ec38de7bb9eb9f6fe2fd94fa88ecb189c50272c308593ac6cd42517c81b9b6199b115a6805c06')
 
 build() {
-  # Adjust the LDFLAGS to work together with go build
   export LDFLAGS="$(echo $LDFLAGS | sed 's/ -Wl//g;s/,--sort-common//')"
-
   make -C $pkgbase o gui
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/3b9b81f909e2405cc1992d1cbf5fe2f44e7f7ba0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/orbiton/-/commit/3b9b81f909e2405cc1992d1cbf5fe2f44e7f7ba0
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to