summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Toenning2020-04-27 10:27:23 +0200
committerLars Toenning2020-04-27 10:27:23 +0200
commita2880d48ce43b2ddd6a10ead814c2dbc66f8806b (patch)
tree3492639f5534331708a78a68908742bd7314d232
parent2dd5bd9ed56383360eead7cac61ab13f610f1ec7 (diff)
downloadaur-a2880d48ce43b2ddd6a10ead814c2dbc66f8806b.tar.gz
Add missing qt5-charts dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c73084996382..1d7dfa03cad8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = ripes-git
pkgdesc = A graphical processor simulator and assembly editor for the RISC-V ISA
pkgver = 2.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mortbopet/Ripes
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
depends = qt5-base
+ depends = qt5-charts
source = ripes-git-2.0.0::git+https://github.com/mortbopet/Ripes.git
source = git+https://github.com/mortbopet/VSRTL.git
source = ELFIO::git+https://github.com/serge1/ELFIO.git
diff --git a/PKGBUILD b/PKGBUILD
index a4d04ffba3be..3790332760e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: ltoenning <dev@ltoenning.de>
pkgname=ripes-git
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A graphical processor simulator and assembly editor for the RISC-V ISA"
arch=('x86_64')
url="https://github.com/mortbopet/Ripes"
license=('MIT')
-depends=('qt5-base')
+depends=('qt5-base' 'qt5-charts')
makedepends=('cmake' 'git')