summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Bushchik2022-11-17 19:14:38 +0300
committerIvan Bushchik2022-11-17 19:14:38 +0300
commita25e03da51e8382a3ba9b42eb4e2c76d5bd399d9 (patch)
tree74eb52db4154ec23267c2b017d00de6c3755878f
parent66569fd2b95deb14336f518c69dc9240ff4d0ae6 (diff)
downloadaur-a25e03da51e8382a3ba9b42eb4e2c76d5bd399d9.tar.gz
Update 0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99f46fc61853..2daffc600ca0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plainpanel
pkgdesc = plainDE panel
- pkgver = 0.4
+ pkgver = 0.4.1
pkgrel = 1
url = https://plainde.org
arch = x86_64
@@ -20,12 +20,12 @@ pkgbase = plainpanel
depends = alsa-utils
depends = kwindowsystem
depends = python3
- depends = xcompmgr
+ depends = picom
depends = plainbase
depends = plainartwork
depends = plainabout
conflicts = plainpanel-git
- source = git+https://github.com/plainDE/plainPanel.git#tag=0.4
+ source = git+https://github.com/plainDE/plainPanel.git#tag=0.4.1
sha256sums = SKIP
pkgname = plainpanel
diff --git a/PKGBUILD b/PKGBUILD
index 7328cdd652c7..d64d3f400375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ivan 'ivabus' Bushchik ivabus@ivabus.dev -> https://github.com/ivabus
pkgname=plainpanel
-pkgver=0.4
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
pkgdesc="plainDE panel"
arch=(x86_64 i686 pentium4 arm armv6h armv7h aarch64)
url="https://plainde.org"
license=(GPL3)
-depends=(qt6-base noto-fonts-emoji polkit ttf-opensans make alsa-utils kwindowsystem python3 xcompmgr plainbase plainartwork plainabout)
+depends=(qt6-base noto-fonts-emoji polkit ttf-opensans make alsa-utils kwindowsystem python3 picom plainbase plainartwork plainabout)
makedepends=(git)
source=("git+https://github.com/plainDE/plainPanel.git#tag=${pkgver}")
sha256sums=('SKIP')