summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2018-03-26 22:35:50 +0100
committerkewl fft2018-03-26 22:35:50 +0100
commit5400eb730bd535f89f1676aedb3724656fa4e9be (patch)
treead06fb43f8d8d3c5166a079786ab5d899e104fd5
parentb98b5fa4ed2c527d7f971186214e7eda75163bbd (diff)
downloadaur-5400eb730bd535f89f1676aedb3724656fa4e9be.tar.gz
Update to version 3.3.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a9044788851..97b99dfaa9dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = copyq
pkgdesc = Clipboard manager with searchable and editable history
pkgver = 3.3.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/hluk/copyq
arch = x86_64
license = GPL3
makedepends = cmake
makedepends = qt5-tools
- makedepends = qt5-svg
depends = libxtst
depends = qt5-script
+ depends = qt5-svg
depends = hicolor-icon-theme
optdepends = copyq-plugin-itemweb
source = copyq-3.3.0.tar.gz::https://github.com/hluk/copyq/archive/v3.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 20141b51d2fc..3b91209b79f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=copyq
pkgver=3.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="Clipboard manager with searchable and editable history"
url="https://github.com/hluk/${pkgname}"
-depends=('libxtst' 'qt5-script' 'hicolor-icon-theme')
+depends=('libxtst' 'qt5-script' 'qt5-svg' 'hicolor-icon-theme')
optdepends=('copyq-plugin-itemweb')
-makedepends=('cmake' 'qt5-tools' 'qt5-svg')
+makedepends=('cmake' 'qt5-tools')
license=('GPL3')
arch=('x86_64')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")