summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Harris2018-10-21 16:47:53 -0500
committerMike Harris2018-10-21 16:47:53 -0500
commit7a4f1e3e5260ed7e0dcbd6a5c35e8746590d95bb (patch)
tree192f1c78c14e9d07c531c6d8a1c7ef37f253d121
parent401c237d7893ffdcbd78073ae8303a59648f447d (diff)
downloadaur-7a4f1e3e5260ed7e0dcbd6a5c35e8746590d95bb.tar.gz
moved yakuake to optional dependency and added plasma dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c1a58a3538b..eb76dcc8b7c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma5-applets-kde-arch-update-notifier-git
pkgdesc = A KDE plasmoid for your system tray notifying you of available updates with AUR Support
- pkgver = 7.2.r0.g0396cdb
+ pkgver = 7.2.r1.ga37a15c
pkgrel = 1
url = https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid
arch = x86_64
@@ -11,11 +11,12 @@ pkgbase = plasma5-applets-kde-arch-update-notifier-git
makedepends = extra-cmake-modules
depends = fakeroot
depends = konsole
- depends = yakuake
depends = pacman-contrib
depends = plasma-desktop
+ depends = plasma-framework
optdepends = checkupdates-aur
optdepends = snapd
+ optdepends = yakuake
source = git+https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 50b25937d156..00cdb2eac501 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
#Maintainer Mike Harris <mike.a.harris@outlook.com>
pkgname=plasma5-applets-kde-arch-update-notifier-git
-pkgver=7.2.r0.g0396cdb
+pkgver=7.2.r1.ga37a15c
pkgrel=1
pkgdesc="A KDE plasmoid for your system tray notifying you of available updates with AUR Support"
url="https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid"
arch=('x86_64')
license=('GPL')
-depends=("fakeroot" "konsole" "yakuake" "pacman-contrib" "plasma-desktop")
-optdepends=("checkupdates-aur" "snapd")
+depends=("fakeroot" "konsole" "pacman-contrib" "plasma-desktop" "plasma-framework")
+optdepends=("checkupdates-aur" "snapd" "yakuake")
makedepends=("make" "cmake" "git" "extra-cmake-modules")
conflicts=()
replaces=()