summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonrad Beckmann2020-08-17 22:51:38 +0200
committerKonrad Beckmann2020-08-17 22:51:58 +0200
commit30f02343012e392ebe6545c8ba35ca68b570efce (patch)
treeda7fa4fba2c9fabdd4cd1f8d078195b8dde4d9dc /PKGBUILD
parent25476167e29a5b19a44f8a61a208d54c7f5275c0 (diff)
downloadaur-30f02343012e392ebe6545c8ba35ca68b570efce.tar.gz
Fix license and dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2837fb3ac6f1..25f2959bdf41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgrel=1
pkgdesc="Minimal GUI Application using the QCSXCAD library. Built from git."
arch=('x86_64')
url="https://github.com/thliebig/$_pkgname"
-license=('BSD')
-depends=("csxcad-git" "qcsxcad" "hdf5" "vtk" "qt5-base")
+license=('GPL')
+depends=("csxcad-git" "openems-git" "qcsxcad" "hdf5" "vtk" "qt5-base" "qt5-x11extras")
provides=('appcsxcad')
conflicts=('appcsxcad')
makedepends=('git' 'cmake')