summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDidier Richard2023-10-20 15:36:19 +0200
committerDidier Richard2023-10-20 15:36:19 +0200
commit9dda4f29fb96f244752ce7ca697034f95d2d1a90 (patch)
tree55ba28a9a876bc80ce8cef8ac152744894f72659
parent225e8aa9148a741e83a30be0799a868c01cfb98d (diff)
downloadaur-pamac-tray-icon-plasma.tar.gz
FIX knotifications5 name
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aab27f5d8dd6..5c5c4f9ec83b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = pamac-tray-icon-plasma
pkgdesc = Pamac tray icon for plasma users
pkgver = 0.1.3
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/LordTermor/pamac-tray-icon-plasma
arch = x86_64
license = GPL3
makedepends = cmake
depends = pamac>=10.0.2
depends = qt5-base>=5.15.0
- depends = knotifications
+ depends = knotifications5
conflicts = pamac-tray-appindicator
options = !emptydirs
- source = pamac-tray-icon-plasma-0.1.3-2.tar.gz::https://gitlab.com/LordTermor/pamac-tray-icon-plasma/-/archive/e39571330664045a145ab3a15c0a1a925527cd4d/pamac-tray-icon-plasma-e39571330664045a145ab3a15c0a1a925527cd4d.tar.gz
+ source = pamac-tray-icon-plasma-0.1.3-3.tar.gz::https://gitlab.com/LordTermor/pamac-tray-icon-plasma/-/archive/e39571330664045a145ab3a15c0a1a925527cd4d/pamac-tray-icon-plasma-e39571330664045a145ab3a15c0a1a925527cd4d.tar.gz
sha256sums = 637e061f4c78e54951dc575fc55e9e2c2fd0e53b9ca6eb65b23bd0f6cf1654c6
pkgname = pamac-tray-icon-plasma
diff --git a/PKGBUILD b/PKGBUILD
index 07dd0f22f770..3001e22cb9e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=pamac-tray-icon-plasma
pkgver=0.1.3
-pkgrel=2
+pkgrel=3
_commit='e39571330664045a145ab3a15c0a1a925527cd4d'
sha256sums=('637e061f4c78e54951dc575fc55e9e2c2fd0e53b9ca6eb65b23bd0f6cf1654c6')
@@ -13,7 +13,7 @@ url="https://gitlab.com/LordTermor/$pkgname"
pkgdesc="Pamac tray icon for plasma users"
arch=('x86_64')
license=('GPL3')
-depends=('pamac>=10.0.2' 'qt5-base>=5.15.0' 'knotifications')
+depends=('pamac>=10.0.2' 'qt5-base>=5.15.0' 'knotifications5')
makedepends=('cmake')
conflicts=('pamac-tray-appindicator')
options=(!emptydirs)