summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Johansen2020-01-19 09:48:30 +0100
committerDan Johansen2020-01-19 09:48:30 +0100
commit954abe83dd499f9c3a198598ec12066e41a38aa9 (patch)
tree35d7a5b47357d63398708bf7f529d0581bc1796a /PKGBUILD
parentdb19e5cec063dc82a9e1f7ea312835de723a0e1b (diff)
downloadaur-954abe83dd499f9c3a198598ec12066e41a38aa9.tar.gz
add qt5-svg to dependency list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e37e5bd777f..741b41855a99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=coreaction
pkgver=2.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="A side bar for showing widgets from the CoreApps family."
arch=('x86_64' 'aarch64')
url="https://gitlab.com/cubocore/$pkgname"
license=('GPL3')
-depends=('qt5-base' 'libcprime>=2.7.1' 'libcsys>=2.7.1')
+depends=('qt5-base' 'qt5-svg' 'libcprime>=2.7.1' 'libcsys>=2.7.1')
groups=('coreapps')
source=("https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
md5sums=('262b7415157a4eb41e655ef7f391d11d')