diff options
author | lilac | 2023-11-07 06:07:54 +0800 |
---|---|---|
committer | lilac | 2023-11-07 06:07:54 +0800 |
commit | a98af5d24d1bc46d3582e107999c904439ff1ef8 (patch) | |
tree | fabe5530025fe8352c4e823b33a59bbdb8d28d09 /PKGBUILD | |
parent | 0a5c82e6dea79b1112d50013912ac7e7d4cc162e (diff) | |
download | aur-a98af5d24d1bc46d3582e107999c904439ff1ef8.tar.gz |
[lilac] updated to 5.1.2.r1.g3f7dca9-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,18 +4,18 @@ _pkgname=fcitx5-configtool pkgname=$_pkgname-git -pkgver=5.0.13.r19.gfea3e83 +pkgver=5.1.2.r1.g3f7dca9 pkgrel=1 pkgdesc="Config tools for Fcitx5, nightly build from git" arch=('i686' 'x86_64') url="https://github.com/fcitx/fcitx5-configtool" license=('GPL') -depends=('fcitx5-qt5-git' 'kwidgetsaddons' 'kitemviews' 'qt5-x11extras') -makedepends=('extra-cmake-modules' 'python' 'git' 'kirigami2' 'kdeclarative' 'ninja' 'plasma-framework') +depends=('fcitx5-qt5-git' 'kwidgetsaddons5' 'kitemviews5' 'qt5-x11extras') +makedepends=('extra-cmake-modules' 'python' 'git' 'kirigami2' 'kdeclarative5' 'ninja' 'plasma-framework5') conflicts=("$_pkgname" "fcitx5-config-qt" "kbd-layout-viewer5") provides=("$_pkgname" "fcitx5-config-qt" "kbd-layout-viewer5") -optdepends=("kdeclarative: for KCM support" - "plasma-framework: for plasma theme generator" +optdepends=("kdeclarative5: for KCM support" + "plasma-framework5: for plasma theme generator" "kirigami2: for KCM support") replaces=("kcm-fcitx5-git" "kbd-layout-viewer5-git<=r332.734741d-2" "fcitx5-config-qt-git<=r332.734741d-2") source=("git+$url.git") |