summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Yang2021-02-20 09:45:14 +0800
committerAntonio Yang2021-02-20 09:47:11 +0800
commitd56cd5d2785159d2ab632fa235d1032aa7c546fa (patch)
tree30ba9e0af53d0e78f709bf6b1e6438dbc166cfe8 /PKGBUILD
parent6811c2d0eb353d669c2cc7cb69371e23c94d287b (diff)
downloadaur-d56cd5d2785159d2ab632fa235d1032aa7c546fa.tar.gz
fix dependency of librocksdb-sys
- rm unneed files
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce91ae2118a0..75eec35b9b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
set -u
pkgname='clipcat'
pkgver=0.5.0
-pkgrel='1'
+pkgrel='2'
pkgdesc='Clipcat is a clipboard manager written in Rust Programming Language.'
arch=('any')
url='https://github.com/xrelkd/clipcat'
license=('GPL3')
-depends=('libxcb' 'python' 'rust' 'protobuf')
+depends=('libxcb' 'python' 'rust' 'protobuf' 'llvm' 'clang')
source=("${pkgname}.tgz::https://github.com/xrelkd/clipcat/archive/v${pkgver}.tar.gz")
sha256sums=('6fb974784485f475082e7ba19a4ddcf25d55f4555011e11205c9862d1c5253bb')