You've already forked deskflow-bin
Fix version
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = deskflow-bin
|
pkgbase = deskflow-bin
|
||||||
pkgdesc = Deskflow lets you share one mouse and keyboard between multiple computers (binary version)
|
pkgdesc = Deskflow lets you share one mouse and keyboard between multiple computers (binary version)
|
||||||
pkgver = 1.17.0.r1
|
pkgver = 1.17.0
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://deskflow.org/
|
url = https://deskflow.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL-2.0
|
license = GPL-2.0
|
||||||
@@ -22,7 +22,7 @@ pkgbase = deskflow-bin
|
|||||||
provides = deskflow
|
provides = deskflow
|
||||||
conflicts = deskflow
|
conflicts = deskflow
|
||||||
conflicts = synergy
|
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
|
sha256sums = 26b78af06f60f18764871c28560620d5f90928b812c62188aeb1fad598b0dba5
|
||||||
|
|
||||||
pkgname = deskflow-bin
|
pkgname = deskflow-bin
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
_basename=deskflow
|
_basename=deskflow
|
||||||
pkgname=${_basename}-bin
|
pkgname=${_basename}-bin
|
||||||
pkgver=1.17.0.r1
|
pkgver=1.17.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Deskflow lets you share one mouse and keyboard between multiple computers (binary version)"
|
pkgdesc="Deskflow lets you share one mouse and keyboard between multiple computers (binary version)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://deskflow.org/"
|
url="https://deskflow.org/"
|
||||||
@@ -34,7 +34,7 @@ optdepends=(
|
|||||||
)
|
)
|
||||||
provides=("$_basename")
|
provides=("$_basename")
|
||||||
conflicts=("$_basename" 'synergy')
|
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')
|
sha256sums=('26b78af06f60f18764871c28560620d5f90928b812c62188aeb1fad598b0dba5')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user