summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2018-05-10 07:54:31 +0100
committerkewl fft2018-05-10 07:54:31 +0100
commit177647023309747d9cdc40d817c2878f97550f36 (patch)
tree047e96d7318aef8227255e858ea0c32a80c9435f
parent0df3f37ecd3532894134906aa198afcaba990a30 (diff)
downloadaur-177647023309747d9cdc40d817c2878f97550f36.tar.gz
fix dep qt5-x11extras
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c09f79597d81..5ff12493fffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=copyq
pkgver=3.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Clipboard manager with searchable and editable history"
url="https://github.com/hluk/${pkgname}"
-depends=('libxtst' 'qt5-script' 'qt5-svg' 'hicolor-icon-theme')
+depends=('libxtst' 'qt5-script' 'qt5-svg' 'qt5-x11extras')
optdepends=('copyq-plugin-itemweb')
makedepends=('cmake' 'qt5-tools')
license=('GPL3')