summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-05-14 23:04:31 +0200
committerFabioLolix2023-05-14 23:04:31 +0200
commit99a0f7dc0ef50f3b3428cd730dfe8ec83e51dc1d (patch)
tree6862baed5ac1a69545a0abb7c2cf67c63249de93
parent3e19244de3b89ec4c391102db6c0b7df64e602cf (diff)
downloadaur-99a0f7dc0ef50f3b3428cd730dfe8ec83e51dc1d.tar.gz
add missing git makedepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5411013ab1c8..b2613e3c13c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = qoob-git
url = https://gitlab.com/william.belanger/qoob
arch = any
license = GPL3
+ makedepends = git
depends = python
depends = python-setuptools
depends = python-pyqt5
@@ -23,4 +24,3 @@ pkgbase = qoob-git
sha256sums = SKIP
pkgname = qoob-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c9c6b50c32bc..01fa4e67746c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url="https://gitlab.com/william.belanger/${pkgname%-git}"
arch=("any")
license=("GPL3")
depends=(python python-setuptools python-pyqt5 qt5-svg qt5-multimedia python-mutagen gst-plugins-base gst-plugins-good)
+makedepends=(git)
optdepends=('python-xlib: media keys support'
'gst-libav: additional codecs (i.e. AAC)'
'gst-plugins-bad: additional codecs (i.e. AAC)'