summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2020-07-11 18:03:49 +0200
committerLuca Weiss2020-07-11 18:03:49 +0200
commit33d42f0d161aeb195740aa88d73f82267eb507a0 (patch)
treeeecfe84a083928199b1bb741e2d781789977e402
parentaaaac5c194c23946655c51dc19b32a9d8f9f3e40 (diff)
downloadaur-33d42f0d161aeb195740aa88d73f82267eb507a0.tar.gz
upgpkg: plasma5-applets-mycroft-git r136.9a784bd-1
update urls, add mycroft-gui dependency for QML modules
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40598b0959bd..0e74bfe9117d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = plasma5-applets-mycroft-git
pkgdesc = Mycroft Ai Plasmoid / Widget for KDE Plasma 5 Desktop
- pkgver = r67.2e8a1ec
+ pkgver = r136.9a784bd
pkgrel = 1
- url = https://cgit.kde.org/plasma-mycroft.git/
+ url = https://invent.kde.org/utilities/mycroft-plasmoid
install = plasma5-applets-mycroft-git.install
arch = x86_64
arch = i686
@@ -14,10 +14,11 @@ pkgbase = plasma5-applets-mycroft-git
makedepends = python
depends = qt5-websockets
depends = qt5-quickcontrols2
+ depends = mycroft-gui-git
optdepends = mycroft-core: for using "Installed Using Mycroft Package"
provides = plasma5-applets-mycroft
conflicts = plasma5-applets-mycroft
- source = git+https://anongit.kde.org/plasma-mycroft.git
+ source = git+https://invent.kde.org/utilities/mycroft-plasmoid.git
sha512sums = SKIP
pkgname = plasma5-applets-mycroft-git
diff --git a/PKGBUILD b/PKGBUILD
index 2b1f75aa50f9..c947cf4a7847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Luca Weiss <luca (at) z3ntu (dot) xyz>
-_pkgname=plasma-mycroft
+_pkgname=mycroft-plasmoid
pkgname=plasma5-applets-mycroft-git
-pkgver=r67.2e8a1ec
+pkgver=r136.9a784bd
pkgrel=1
pkgdesc="Mycroft Ai Plasmoid / Widget for KDE Plasma 5 Desktop"
arch=("x86_64" "i686")
-url="https://cgit.kde.org/plasma-mycroft.git/"
+url="https://invent.kde.org/utilities/mycroft-plasmoid"
license=('GPL3')
-depends=('qt5-websockets' 'qt5-quickcontrols2')
+depends=('qt5-websockets' 'qt5-quickcontrols2' 'mycroft-gui-git')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'plasma-framework' 'python')
optdepends=('mycroft-core: for using "Installed Using Mycroft Package"')
provides=("plasma5-applets-mycroft")
conflicts=("plasma5-applets-mycroft")
install=$pkgname.install
-source=('git+https://anongit.kde.org/plasma-mycroft.git')
+source=('git+https://invent.kde.org/utilities/mycroft-plasmoid.git')
sha512sums=('SKIP')
pkgver() {