summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2021-01-18 11:42:17 +0100
committerHugo Osvaldo Barrera2021-01-18 11:42:17 +0100
commitaa003cbd88acef23edc0f4ae634f606015bb31e2 (patch)
treef68335355b3333a12d0aa3af333d3398011e4c4f
parent2bb89f31e3ba20173c53e18016c8027592472d39 (diff)
downloadaur-aa003cbd88acef23edc0f4ae634f606015bb31e2.tar.gz
Add missing `makedepends`
-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)