summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtFox32023-10-21 18:44:10 +0100
committerArtFox32023-10-21 18:44:10 +0100
commitc2d687592355243340aae2e1a1fdf965bf07ad51 (patch)
treec42f910209b8a4b715bc4a19833e47a8e7694644
parent9001ef72392f3825ed36ab24e9d45b3a1b850500 (diff)
downloadaur-c2d687592355243340aae2e1a1fdf965bf07ad51.tar.gz
updating dependency 'plasma-framework' to 'plasma-framework5'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6ef15f4c751..7924edea6cfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = applet-window-appmenu-git
pkgdesc = This is a Plasma 5 applet that shows the current window appmenu in your panels. This plasmoid is coming from Latte land but it can also support Plasma panels.
pkgver = v0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/psifidotos/applet-window-appmenu.git
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = applet-window-appmenu-git
makedepends = gcc
makedepends = git
makedepends = extra-cmake-modules
- depends = plasma-framework
+ depends = plasma-framework5
depends = kdecoration
depends = plasma-workspace
conflicts = plasma5-applets-window-appmenu
diff --git a/PKGBUILD b/PKGBUILD
index 2741f3e81142..405a112cf450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ArtFox3 <artfox3@gmail.com>
pkgname="applet-window-appmenu-git"
pkgver=v0.8.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="This is a Plasma 5 applet that shows the current window appmenu in your panels. This plasmoid is coming from Latte land but it can also support Plasma panels."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/psifidotos/applet-window-appmenu.git"
license=('GPL')
groups=()
makedepends=('gcc' 'git' 'extra-cmake-modules')
-depends=('plasma-framework' 'kdecoration' 'plasma-workspace')
+depends=('plasma-framework5' 'kdecoration' 'plasma-workspace')
conflicts=('plasma5-applets-window-appmenu' 'plasma5-applets-window-appmenu-git')
source=("$pkgname::git+$url")
noextract=()