summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrew Nutter2023-04-20 13:10:14 -0300
committerDrew Nutter2023-04-20 13:10:14 -0300
commit51d7eb9ded84d11f633256a4fb973f142da7a4c4 (patch)
tree9e3446003e9f7d80370b76a157ac18a5447d9e70 /PKGBUILD
parent666a67b6bcf1992393bf3b5b37e07a9c7d9b9f87 (diff)
downloadaur-51d7eb9ded84d11f633256a4fb973f142da7a4c4.tar.gz
upgrade to version 0.2 and fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cec25b5b054a..2798b0fb417b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Drew Nutter <dnut@users.noreply.github.com>
pkgname=clipboard-sync
-pkgver=0.1.0
-pkgrel=3
+pkgver=0.2.0
+pkgrel=1
pkgdesc='Synchronizes the clipboard across multiple X11 and wayland instances running on the same machine.'
url='https://github.com/dnut/clipboard-sync'
source=("git+https://github.com/dnut/clipboard-sync#tag=$pkgver")
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
license=('GPL3')
-makedepends=()
-depends=('rust')
+makedepends=('git' 'rust')
+depends=('libxcb')
optdepends=()
sha256sums=('SKIP')