diff options
author | FabioLolix | 2024-10-01 23:33:20 +0200 |
---|---|---|
committer | FabioLolix | 2024-10-01 23:33:20 +0200 |
commit | 00a76b7900eff852245c137bf90fb1ebcfc7c23a (patch) | |
tree | 641465b8bd21bf60eddbade97b1cceacf3598ce6 /PKGBUILD | |
parent | 3611438488324178edfd39e2056c8d6b25909422 (diff) | |
download | aur-mauikit-git.tar.gz |
revision
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,17 +1,17 @@ # Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix pkgname=mauikit-git -pkgver=4.0.0.r1.gff04473e -pkgrel=1 +pkgver=4.0.0.r5.g55676c73 +pkgrel=2 pkgdesc='Utilities and "templated" controls based on Kirigami and QCC2 that follow the ongoing work on the Maui HIG' arch=(x86_64 i686 armv7h aarch64) url="https://mauikit.org/" -license=(LGPL3) +license=(LGPL-3.0-only) groups=(maui) -depends=(glibc gcc-libs qt6-base qt6-5compat qt6-declarative qt6-quickcontrols2 knotifications ki18n mauiman-git +depends=(glibc gcc-libs qt6-base qt6-5compat qt6-declarative knotifications ki18n mauiman-git qt6-multimedia kirigami kcoreaddons purpose kwindowsystem) makedepends=(git cmake extra-cmake-modules qt6-webengine appstream syntax-highlighting) -#provides=(mauikit) +provides=(mauikit) conflicts=(mauikit) source=("git+https://invent.kde.org/kde/mauikit.git") sha256sums=('SKIP') |