summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Calà2021-07-17 11:00:36 +0200
committerGiuseppe Calà2021-07-17 11:00:36 +0200
commit89ee5ca8d2e04c6c2a5255273efcf5fdaba9dc3c (patch)
treea08ba712a68e141ea43c52ecd5c8393a98d1737f
parent6ccf7fa973fc06f85abeb9e20d00b157c36634f6 (diff)
downloadaur-89ee5ca8d2e04c6c2a5255273efcf5fdaba9dc3c.tar.gz
add kcrash in depends array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e36d9d2fe9b..d84bb484e858 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = audiotube-git
pkgdesc = Client for YouTube Music
- pkgver = v0.1.r56.g0420a69
+ pkgver = v0.1.r79.g068a5b7
pkgrel = 1
url = https://invent.kde.org/jbbgameich/audiotube
arch = x86_64
@@ -18,6 +18,7 @@ pkgbase = audiotube-git
depends = youtube-dl
depends = gst-plugins-good
depends = qt5-imageformats
+ depends = kcrash
provides = audiotube
conflicts = audiotube
source = git+https://invent.kde.org/jbbgameich/audiotube.git
diff --git a/PKGBUILD b/PKGBUILD
index c930f8a38388..c98fddc0242f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Giuseppe Calà <gcala at mailbox dot org>
pkgname=audiotube-git
-pkgver=v0.1.r56.g0420a69
+pkgver=v0.1.r79.g068a5b7
pkgrel=1
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' 'gst-plugins-good' 'qt5-imageformats')
+depends=('ki18n' 'kirigami2' 'python-ytmusicapi' 'youtube-dl' 'gst-plugins-good' 'qt5-imageformats' 'kcrash')
makedepends=('fakeroot' 'binutils' 'git' 'extra-cmake-modules' 'pybind11' 'qt5-svg')
provides=('audiotube')
conflicts=('audiotube')