summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElrondo462020-04-06 21:17:16 +0200
committerElrondo462020-04-06 21:17:16 +0200
commit493bc6c4fba11b27c9b302f81123b5d862efaf2a (patch)
treeb567c74f25798a22126bce7ae01a1f9257c247a1
parent2fc266ca33af347df4c21c67c1a92dfac100fc27 (diff)
downloadaur-493bc6c4fba11b27c9b302f81123b5d862efaf2a.tar.gz
Fix Dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f640dab3e515..3b4614685e4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = mate-fastcomposwitch-git
pkgdesc = Compositor or not with a simple systray icon
pkgver = 20200406
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/Elrondo46/mate-fastcomposwitch/
arch = x86_64
license = GPL
depends = python-gobject
depends = mate-desktop
depends = libappindicator-gtk3
+ depends = python-notify2
source = git://github.com/Elrondo46/mate-fastcomposwitch.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e7dbd591e61f..1299ca6d6e00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=mate-fastcomposwitch-git
pkgver=20200406
-pkgrel=5
+pkgrel=6
pkgdesc="Compositor or not with a simple systray icon"
arch=(x86_64)
license=('GPL')
url="https://github.com/Elrondo46/mate-fastcomposwitch/"
-depends=('python-gobject' 'mate-desktop' 'libappindicator-gtk3')
+depends=('python-gobject' 'mate-desktop' 'libappindicator-gtk3' 'python-notify2')
source=(git://github.com/Elrondo46/mate-fastcomposwitch.git)
md5sums=('SKIP')