diff options
author | taotieren | 2024-11-07 20:23:44 +0800 |
---|---|---|
committer | taotieren | 2024-11-07 20:23:44 +0800 |
commit | ac8ae94617fc375afc6c01fd625445d192a8ebdd (patch) | |
tree | 99b23e3fe35c04e5709ee1eca8ee6e606ab29789 /PKGBUILD | |
parent | 6ced875fc3307617cfafebc7a990d2cfc56e3d4e (diff) | |
download | aur-ac8ae94617fc375afc6c01fd625445d192a8ebdd.tar.gz |
[lilac] updated to 2.0.0-7
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -3,7 +3,7 @@ pkgname=serial-studio _pkgname=Serial-Studio pkgver=2.0.0 -pkgrel=1 +pkgrel=7 pkgdesc="Multi-purpose serial data visualization & processing program" arch=('x86_64' 'aarch64' @@ -22,7 +22,8 @@ depends=(gcc-libs makedepends=(git $_qt-charts $_qt-location - $_qt-quickcontrols2 + # $_qt-quickcontrols2 + $_qt-quickeffectmaker $_qt-svg $_qt-tools) provides=(${_pkgname} ${pkgname} ${pkgname}-git) @@ -37,10 +38,10 @@ source=("${pkgname}::git+${url}.git" "git+https://github.com/jothepro/doxygen-awesome-css.git" "git+https://github.com/alex-spataru/qmqtt.git") sha256sums=('SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP') + 'SKIP' + 'SKIP' + 'SKIP' + 'SKIP') noextract=() prepare() { |