summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElrondo462020-04-06 20:22:35 +0200
committerElrondo462020-04-06 20:22:35 +0200
commit2fc266ca33af347df4c21c67c1a92dfac100fc27 (patch)
tree471fb6ef9fb5398918344f6dcb68573152f128ea
parent5639774bf4dac514466cec0416c2b1e86e77ceb4 (diff)
downloadaur-2fc266ca33af347df4c21c67c1a92dfac100fc27.tar.gz
fix PKGBUILD #2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eee426ab226..f640dab3e515 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = mate-fastcomposwitch-git
pkgdesc = Compositor or not with a simple systray icon
pkgver = 20200406
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/Elrondo46/mate-fastcomposwitch/
arch = x86_64
license = GPL
depends = python-gobject
- depends = mate
+ depends = mate-desktop
depends = libappindicator-gtk3
source = git://github.com/Elrondo46/mate-fastcomposwitch.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b322b58e4230..e7dbd591e61f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=mate-fastcomposwitch-git
pkgver=20200406
-pkgrel=4
+pkgrel=5
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' 'libappindicator-gtk3')
+depends=('python-gobject' 'mate-desktop' 'libappindicator-gtk3')
source=(git://github.com/Elrondo46/mate-fastcomposwitch.git)
md5sums=('SKIP')