summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50a5843353b7..6bc0666a5898 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = caffeine-ng
url = https://github.com/caffeine-ng/caffeine-ng
arch = any
license = GPL3
+ makedepends = git
+ makedepends = python-setuptools-scm
depends = python-gobject
depends = python-xdg
depends = python-dbus
diff --git a/PKGBUILD b/PKGBUILD
index eb996fbaa8ae..eccbeed54602 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=(GPL3)
depends=(python-gobject python-xdg python-dbus python-docopt python-ewmh gtk3
libnotify python-setproctitle python-setuptools python-wheel)
optdepends=("libappindicator-gtk3: AppIndictor support (eg: Plasma, Unity).")
+makedepends=(git python-setuptools-scm)
conflicts=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
provides=(caffeine caffeine-bzr caffeine-oneclick caffeine-systray)
replaces=(caffeine-oneclick caffeine-systray)