diff --git a/.SRCINFO b/.SRCINFO index 9578f1b..03d6bcc 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = deskflow-bin pkgdesc = Share a single keyboard and mouse between multiple computers pkgver = 1.26.0 - pkgrel = 2 + pkgrel = 1 url = https://github.com/deskflow/deskflow arch = x86_64 license = AGPL3 @@ -9,6 +9,7 @@ pkgbase = deskflow-bin conflicts = deskflow options = !strip 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.deb + 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 pkgname = deskflow-bin diff --git a/PKGBUILD b/PKGBUILD index 38b9166..6fb59cd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,14 +6,19 @@ _srcmntr="deskflow" pkgname="${_pkgname}-bin" pkgver="1.26.0" -pkgrel="2" +pkgrel="1" pkgdesc="Share a single keyboard and mouse between multiple computers" url="https://github.com/${_srcmntr}/${_srcname}" arch=("x86_64") license=("AGPL3") options=("!strip" "!debug") _archive="${_pkgname}-${pkgver}.deb" -source=("${_archive}::https://github.com/${_srcmntr}/${_srcname}/releases/download/v${pkgver}/deskflow-${pkgver}-debian-trixie-x86_64.deb") +source=("${_archive}::https://github.com/${_srcmntr}/${_srcname}/releases/download/v${pkgver}/deskflow-${pkgver}-debian-trixie-x86_64.AppImage") conflicts=("deskflow") provides=("deskflow") +sha256sums=("4760d432cd414539df029d1bf0776ebe9069f3c39193845badc52f36dcb27563") + +package() { + bsdtar -xf "${srcdir}/data.tar.gz" -C "${pkgdir}" +} diff --git a/push.sh b/push.sh old mode 100755 new mode 100644 index 659b8d8..7f68a3a --- a/push.sh +++ b/push.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Variables -gui=false +gui=true desktop="deskflow.desktop" icon="deskflow.png"