Updated deskflow-bin to 1.26.0-3

This commit is contained in:
2026-05-06 18:00:29 +02:00
parent 73467aa368
commit 613d20e802
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = deskflow-bin pkgbase = deskflow-bin
pkgdesc = Share a single keyboard and mouse between multiple computers pkgdesc = Share a single keyboard and mouse between multiple computers
pkgver = 1.26.0 pkgver = 1.26.0
pkgrel = 1 pkgrel = 3
url = https://github.com/deskflow/deskflow url = https://github.com/deskflow/deskflow
arch = x86_64 arch = x86_64
license = AGPL3 license = AGPL3
@@ -10,6 +10,6 @@ pkgbase = deskflow-bin
options = !strip options = !strip
options = !debug options = !debug
source = deskflow-1.26.0.deb::https://github.com/deskflow/deskflow/releases/download/v1.26.0/deskflow-1.26.0-debian-trixie-x86_64.AppImage source = deskflow-1.26.0.deb::https://github.com/deskflow/deskflow/releases/download/v1.26.0/deskflow-1.26.0-debian-trixie-x86_64.AppImage
sha256sums = 4760d432cd414539df029d1bf0776ebe9069f3c39193845badc52f36dcb27563 sha256sums = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
pkgname = deskflow-bin pkgname = deskflow-bin

View File

@@ -6,7 +6,7 @@ _srcmntr="deskflow"
pkgname="${_pkgname}-bin" pkgname="${_pkgname}-bin"
pkgver="1.26.0" pkgver="1.26.0"
pkgrel="1" pkgrel="3"
pkgdesc="Share a single keyboard and mouse between multiple computers" pkgdesc="Share a single keyboard and mouse between multiple computers"
url="https://github.com/${_srcmntr}/${_srcname}" url="https://github.com/${_srcmntr}/${_srcname}"
arch=("x86_64") arch=("x86_64")
@@ -17,7 +17,7 @@ source=("${_archive}::https://github.com/${_srcmntr}/${_srcname}/releases/downlo
conflicts=("deskflow") conflicts=("deskflow")
provides=("deskflow") provides=("deskflow")
sha256sums=("4760d432cd414539df029d1bf0776ebe9069f3c39193845badc52f36dcb27563") sha256sums=("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855")
package() { package() {
bsdtar -xf "${srcdir}/data.tar.gz" -C "${pkgdir}" bsdtar -xf "${srcdir}/data.tar.gz" -C "${pkgdir}"

2
push.sh Normal file → Executable file
View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Variables # Variables
gui=true gui=false
desktop="deskflow.desktop" desktop="deskflow.desktop"
icon="deskflow.png" icon="deskflow.png"