summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiuseppe Calà2021-04-23 17:10:14 +0200
committerGiuseppe Calà2021-04-23 17:10:14 +0200
commitd8fc10b670d0f0557684b739c352fb7620837968 (patch)
treecac5d5b81c58cd99156053c0f7554117e6f64fce /PKGBUILD
parentad25328b78512578fa90c9a3a619f9192ce42ce5 (diff)
downloadaur-d8fc10b670d0f0557684b739c352fb7620837968.tar.gz
added qt5-svg to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c5c48bf80f2..04ddf4813521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=audiotube-git
pkgver=r81.5e5ee60
-pkgrel=1
+pkgrel=2
pkgdesc="Client for YouTube Music"
arch=(x86_64 aarch64)
url="https://invent.kde.org/jbbgameich/audiotube"
license=(GPL3)
depends=('ki18n' 'kirigami2' 'python-ytmusicapi' 'youtube-dl')
-makedepends=('git' 'extra-cmake-modules' 'pybind11')
+makedepends=('git' 'extra-cmake-modules' 'pybind11' 'qt5-svg')
provides=('audiotube')
conflicts=('audiotube')
source=("git+${url}.git")