summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorharre2019-06-17 00:02:25 +0200
committerharre2019-06-17 00:02:25 +0200
commitfff2ec84395c10292eadb03c88ac96cbe85d8027 (patch)
treed848634377bc8cf19f0cc904ba74db6121c44dee
parentdb5ddf350e6829b8a9e11220b3ce29aabdbc74c8 (diff)
downloadaur-fff2ec84395c10292eadb03c88ac96cbe85d8027.tar.gz
Added dependency to qt5-tools, thanks kevb!
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebe98fa08823..865a419e4c79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = oscar-git
license = GPL
makedepends = git
makedepends = glu
+ depends = qt5-tools
depends = qt5-serialport
provides = oscar
source = git+https://gitlab.com/pholy/OSCAR-code.git
diff --git a/PKGBUILD b/PKGBUILD
index 122ae96cb6a6..fa5d80a8f619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=('i686' 'x86_64')
url="https://gitlab.com/pholy/OSCAR-code"
license=('GPL')
depends=(
+ 'qt5-tools'
'qt5-serialport'
)
makedepends=(