mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
fix: use AppImage source to ensure sidecar dependency (v2.0.0-3)
This commit is contained in:
parent
97a244e789
commit
553993a4fd
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = velocity-bridge
|
||||
pkgdesc = iOS to Linux Clipboard Sync - Copy on iPhone, paste on Linux
|
||||
pkgver = 2.0.0
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/Trex099/Velocity-Bridge
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
|
@ -10,7 +10,7 @@ pkgbase = velocity-bridge
|
|||
depends = wl-clipboard
|
||||
depends = xclip
|
||||
optdepends = libappindicator-gtk3: system tray support
|
||||
source = velocity-bridge-2.0.0::https://github.com/Trex099/Velocity-Bridge/releases/download/v2.0.0/velocity-bridge-linux-x86_64
|
||||
source = velocity-bridge-2.0.0::https://github.com/Trex099/Velocity-Bridge/releases/download/v2.0.0/Velocity-Bridge_2.0.0_amd64.AppImage
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = velocity-bridge
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Trex099 <trex099@github.com>
|
||||
pkgname=velocity-bridge
|
||||
pkgver=2.0.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="iOS to Linux Clipboard Sync - Copy on iPhone, paste on Linux"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/Trex099/Velocity-Bridge"
|
||||
|
|
@ -15,7 +15,7 @@ depends=(
|
|||
optdepends=(
|
||||
'libappindicator-gtk3: system tray support'
|
||||
)
|
||||
source=("${pkgname}-${pkgver}::https://github.com/Trex099/Velocity-Bridge/releases/download/v${pkgver}/velocity-bridge-linux-x86_64")
|
||||
source=("${pkgname}-${pkgver}::https://github.com/Trex099/Velocity-Bridge/releases/download/v${pkgver}/Velocity-Bridge_${pkgver}_amd64.AppImage")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue