summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuong Do Minh Chau2020-08-04 22:30:01 +0700
committerDuong Do Minh Chau2020-08-04 22:30:01 +0700
commitbbb4c79fec89dab8ed1aa54e84656a6bbd7b7500 (patch)
treef78d6904152d23589caf8ac15fd2c3c5b39db3fe
parent30199469e124032bef7e0d4c6f67152f4236e3f4 (diff)
downloadaur-bbb4c79fec89dab8ed1aa54e84656a6bbd7b7500.tar.gz
Add qt5-tools to makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 883b09235232..b624ac834c54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=(zlib syntax-highlighting sonnet breeze
k{textwidgets,widgetsaddons,archive,config,iconthemes,coreaddons}
ttf-roboto ttf-roboto-mono ttf-opensans
)
-makedepends=(git cmake extra-cmake-modules)
+makedepends=(git cmake extra-cmake-modules qt5-tools)
provides=(${pkgname/-git/})
conflicts=(${pkgname/-git/})
source=("${pkgname}::git+https://gitlab.com/abstractsoftware/o20/o20coreapps.git")