You've already forked deskflow-bin
Fix version
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = deskflow-bin
|
||||
pkgdesc = Deskflow lets you share one mouse and keyboard between multiple computers (binary version)
|
||||
pkgver = 1.17.0.r1
|
||||
pkgrel = 2
|
||||
pkgver = 1.17.0
|
||||
pkgrel = 3
|
||||
url = https://deskflow.org/
|
||||
arch = x86_64
|
||||
license = GPL-2.0
|
||||
@@ -22,7 +22,7 @@ pkgbase = deskflow-bin
|
||||
provides = deskflow
|
||||
conflicts = deskflow
|
||||
conflicts = synergy
|
||||
source = https://github.com/deskflow/deskflow/releases/download/1.17.0+r1/deskflow_1.17.0+r1_fedora-40_amd64.rpm
|
||||
source = https://github.com/deskflow/deskflow/releases/download/v1.17.0/deskflow_1.17.0+r1_fedora-40_amd64.rpm
|
||||
sha256sums = 26b78af06f60f18764871c28560620d5f90928b812c62188aeb1fad598b0dba5
|
||||
|
||||
pkgname = deskflow-bin
|
||||
|
||||
6
PKGBUILD
6
PKGBUILD
@@ -5,8 +5,8 @@
|
||||
|
||||
_basename=deskflow
|
||||
pkgname=${_basename}-bin
|
||||
pkgver=1.17.0.r1
|
||||
pkgrel=2
|
||||
pkgver=1.17.0
|
||||
pkgrel=3
|
||||
pkgdesc="Deskflow lets you share one mouse and keyboard between multiple computers (binary version)"
|
||||
arch=('x86_64')
|
||||
url="https://deskflow.org/"
|
||||
@@ -34,7 +34,7 @@ optdepends=(
|
||||
)
|
||||
provides=("$_basename")
|
||||
conflicts=("$_basename" 'synergy')
|
||||
source=("https://github.com/deskflow/deskflow/releases/download/${pkgver/.r/+r}/deskflow_${pkgver/.r/+r}_fedora-40_amd64.rpm")
|
||||
source=("https://github.com/deskflow/deskflow/releases/download/v$pkgver/deskflow_${pkgver}+r1_fedora-40_amd64.rpm")
|
||||
sha256sums=('26b78af06f60f18764871c28560620d5f90928b812c62188aeb1fad598b0dba5')
|
||||
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user