Package Details: gsender-bin 1.5.6-1

Git Clone URL: https://aur.archlinux.org/gsender-bin.git (read-only, click to copy)
Package Base: gsender-bin
Description: Connect to and control Grbl-based CNCs
Upstream URL: https://github.com/Sienci-Labs/gsender
Licenses: GNU
Conflicts: gsender
Provides: gsender
Submitter: khvalera
Maintainer: khvalera
Last Packager: khvalera
Votes: 0
Popularity: 0.000000
First Submitted: 2023-07-15 23:52 (UTC)
Last Updated: 2025-11-05 20:45 (UTC)

Latest Comments

mje commented on 2025-07-21 16:41 (UTC)

Here's a patch that will get you to the current version of 1.5.2:

diff --git a/LICENSE b/LICENSE
index 3c01551..51bbbf6 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2023 Sienci Labs Inc.
+Copyright (C) 2025 Sienci Labs Inc.

 gSender is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, under version 3 of the License.

diff --git a/PKGBUILD b/PKGBUILD
index 77c6825..dc2b922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=gsender-bin
 _pkgname=gsender
-pkgver=1.4.11
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Connect to and control Grbl-based CNCs"
 arch=('x86_64')
@@ -10,9 +10,9 @@ depends=("gtk3" "libnotify" "libxss" "libxtst" "xdg-utils" "at-spi2-core" "util-
 optdepends=('libappindicator-gtk3')
 makedepends=('debugedit')
 source=("https://github.com/Sienci-Labs/${_pkgname}/releases/download/v${pkgver}/gSender-${pkgver}-Linux-Intel-64Bit.deb"
-        "https://raw.githubusercontent.com/Sienci-Labs/${_pkgname}/master/LICENSE")
-sha256sums=('7fff4655e8eafd7c6dca372fa2762a8f1275610c6c405b1025d5bfc8cd949f5b'
-            'fb4594571c8142643b5a121b585b8a218e450ee0c13446802480a5586106cec0')
+        "https://raw.githubusercontent.com/Sienci-Labs/${_pkgname}/v${pkgver}/LICENSE")
+sha256sums=('54abff58c9a8491c7745d9fb76d1ba47d42878ad78b41667f113ee3b26b77e15'
+            'f01ff67ca44a96eed5e6b0cc7a23f3e404bb22de96aac024feb55fefd1dfd71f')
 conflicts=('gsender')
 provides=('gsender')
 prepare() {
@@ -32,4 +32,3 @@ package(){
   ln -sf '/opt/gSender/gsender' "${pkgdir}/usr/bin/gsender"
   chmod 4755 "${pkgdir}/opt/gSender/chrome-sandbox" || true
 }
-

micwoj92 commented on 2025-01-25 23:00 (UTC)

Deps not needed: libnotify libxss libxtst xdg-utils util-linux-libs libsecret