summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Mikaelyan2017-05-16 11:45:55 +0300
committerAlbert Mikaelyan2017-05-16 11:45:55 +0300
commit3493769b88d0960c7731aa1a90977c27e74943de (patch)
treeec016da870697d9ddcceefbf0a4ad68af28e818c
parent202aa2444e203f3dbf1a13fc7d7e06d6adb2ae2f (diff)
downloadaur-3493769b88d0960c7731aa1a90977c27e74943de.tar.gz
add qt5-charts as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2df3c7bd04e9..bc14ac8a96cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon May 15 11:16:36 UTC 2017
+# Tue May 16 08:45:26 UTC 2017
pkgbase = gridcoinresearch-qt
pkgdesc = GridCoin is a cryptocurrency that helps science via BOINC - Qt
pkgver = 3.5.8.9
@@ -16,6 +16,7 @@ pkgbase = gridcoinresearch-qt
depends = boost-libs
depends = qrencode
depends = qt5-base
+ depends = qt5-charts
depends = libzip
depends = miniupnpc
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index 6a35242157ef..723ef64d17e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=gridcoinresearch-qt
pkgver=3.5.8.9
pkgrel=1
pkgdesc="GridCoin is a cryptocurrency that helps science via BOINC - Qt"
-depends=('boost-libs' 'qrencode' 'qt5-base' 'libzip' 'miniupnpc' 'curl' 'boinc')
+depends=('boost-libs' 'qrencode' 'qt5-base' 'qt5-charts' 'libzip' 'miniupnpc' 'curl' 'boinc')
makedepends=('boost' 'qt5-tools' 'qrencode' 'db')
arch=('i686' 'x86_64' 'armv7h')