diff options
author | Ted Alff | 2023-11-10 18:02:55 -0500 |
---|---|---|
committer | Ted Alff | 2023-11-10 18:02:55 -0500 |
commit | ffa51830f0568bcc6faa3c7a74bdcf0d8960cf95 (patch) | |
tree | 7ef2da265de460752bdb9ecb527ecc31a09f8849 /PKGBUILD | |
parent | 93e5a4ea5a4b629a5079bc3e1e1e95630d067590 (diff) | |
download | aur-plasma5-applets-presentwindows.tar.gz |
Update kf5 dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,13 +2,13 @@ pkgname=plasma5-applets-presentwindows pkgver=8 -pkgrel=1 +pkgrel=2 pkgdesc="Plasma 5 widget for triggering the present windows desktop effect with a click" arch=(any) url="https://github.com/Zren/plasma-applet-presentwindows" license=(GPL2) depends=(plasma-workspace) -makedepends=(kconfig git) +makedepends=(kconfig5 git) #v8 was noted in commits but not released as a tarball or tagged _commit='3bf0ce226ed068e640d154d9a9d1a4d28ef6d5f7' source=("${pkgname}::git+https://github.com/Zren/plasma-applet-presentwindows#commit=${_commit}") |