diff options
author | João Figueiredo | 2024-03-01 06:35:53 +0000 |
---|---|---|
committer | João Figueiredo | 2024-03-01 06:35:53 +0000 |
commit | acbcd10572493e7b44667fc07ff50b539f53a29e (patch) | |
tree | 82f8e2d4c55dea132df2ac76d6e32ab9d7e5e4ba /PKGBUILD | |
parent | afbfa732467f1061cfd1df72a87939ad38b772fd (diff) | |
download | aur-dolphin-plugins-git.tar.gz |
Automated license and dependency update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -3,17 +3,16 @@ # Contributor: Gustavo Alvarez <sl1pkn07@gmail.com> pkgname=dolphin-plugins-git -pkgver=23.07.70_r761.g1abd322 +pkgver=24.04.70_r907.g9f5badb pkgrel=1 pkgdesc='Extra Dolphin plugins' arch=($CARCH) url='https://apps.kde.org/dolphin_plugins/' -license=(LGPL) -depends=(dolphin-git) -makedepends=(git extra-cmake-modules-git ktexteditor-git) +license=(LGPL-2.0-or-later) +depends=(gcc-libs glibc dolphin-git kcompletion-git kconfig-git kcoreaddons-git ki18n-git kio-git kjobwidgets-git kservice-git ktexteditor-git ktextwidgets-git kwidgetsaddons-git kxmlgui-git qt6-5compat qt6-base solid-git) +makedepends=(git extra-cmake-modules-git) conflicts=(${pkgname%-git}) provides=(${pkgname%-git}) -optdepends=('ktexteditor-git: Mercurial plugin') groups=(kde-applications-git kdesdk-git) source=("git+https://github.com/KDE/${pkgname%-git}.git") sha256sums=('SKIP') |