summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1247f9493a78..3f45ca874d08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = mate-fastcomposwitch-git
pkgdesc = Compositor or not with a simple systray icon
pkgver = 20200406
- pkgrel = 9
+ pkgrel = 10
url = https://github.com/Elrondo46/mate-fastcomposwitch/
arch = x86_64
license = GPL
- depends = git
+ makedepends = git
depends = python-gobject
depends = mate-desktop
depends = libappindicator-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 61b22a77e7c9..1474e26614d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=mate-fastcomposwitch-git
pkgver=20200406
-pkgrel=9
+pkgrel=10
pkgdesc="Compositor or not with a simple systray icon"
arch=(x86_64)
license=('GPL')
url="https://github.com/Elrondo46/mate-fastcomposwitch/"
-depends=('git' 'python-gobject' 'mate-desktop' 'libappindicator-gtk3' 'python-notify2' 'gettext')
+depends=('python-gobject' 'mate-desktop' 'libappindicator-gtk3' 'python-notify2' 'gettext')
+makedepends=('git')
source=(git://github.com/Elrondo46/mate-fastcomposwitch.git)
md5sums=('SKIP')