summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElrondo462022-02-06 08:03:50 +0100
committerElrondo462022-02-06 08:03:50 +0100
commite88e4079ddbe7feb76cd535f0a2a88684b24bcab (patch)
treef3348469a7d4844a8e56f2613e171b1ae334bf62
parent5213c323e0819805d2024c78a896e4d5c9b52380 (diff)
downloadaur-e88e4079ddbe7feb76cd535f0a2a88684b24bcab.tar.gz
some fixes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8973a5ea8261..1247f9493a78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = mate-fastcomposwitch-git
url = https://github.com/Elrondo46/mate-fastcomposwitch/
arch = x86_64
license = GPL
+ depends = git
depends = python-gobject
depends = mate-desktop
depends = libappindicator-gtk3
@@ -14,4 +15,3 @@ pkgbase = mate-fastcomposwitch-git
md5sums = SKIP
pkgname = mate-fastcomposwitch-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 59b69f6915c0..61b22a77e7c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ 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' 'python-notify2' 'gettext')
+depends=('git' 'python-gobject' 'mate-desktop' 'libappindicator-gtk3' 'python-notify2' 'gettext')
source=(git://github.com/Elrondo46/mate-fastcomposwitch.git)
md5sums=('SKIP')