You've already forked deskflow-bin
Updated deskflow-bin to 1.26.0-4
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = deskflow-bin
|
||||
pkgdesc = Share a single keyboard and mouse between multiple computers
|
||||
pkgver = 1.26.0
|
||||
pkgrel = 3
|
||||
pkgrel = 4
|
||||
url = https://github.com/deskflow/deskflow
|
||||
arch = x86_64
|
||||
license = AGPL3
|
||||
@@ -9,7 +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.AppImage
|
||||
sha256sums = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
||||
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
|
||||
sha256sums = c90535b55144b1cdbfcd80c362fc44398b7ccb9aad257aaee9ab9a3b52ae341c
|
||||
|
||||
pkgname = deskflow-bin
|
||||
|
||||
6
PKGBUILD
6
PKGBUILD
@@ -6,18 +6,18 @@ _srcmntr="deskflow"
|
||||
|
||||
pkgname="${_pkgname}-bin"
|
||||
pkgver="1.26.0"
|
||||
pkgrel="3"
|
||||
pkgrel="4"
|
||||
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.AppImage")
|
||||
source=("${_archive}::https://github.com/${_srcmntr}/${_srcname}/releases/download/v${pkgver}/deskflow-${pkgver}-debian-trixie-x86_64.deb")
|
||||
conflicts=("deskflow")
|
||||
provides=("deskflow")
|
||||
|
||||
sha256sums=("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855")
|
||||
sha256sums=("c90535b55144b1cdbfcd80c362fc44398b7ccb9aad257aaee9ab9a3b52ae341c")
|
||||
|
||||
package() {
|
||||
bsdtar -xf "${srcdir}/data.tar.gz" -C "${pkgdir}"
|
||||
|
||||
Reference in New Issue
Block a user