summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Harris2018-06-09 17:01:24 -0700
committerMike Harris2018-06-09 17:01:24 -0700
commit2605458cdf32ee456f5d2b26a1c3411ca37fd1f5 (patch)
tree2340fa51d41b457a6cf6f4e7e500e303f52d11af /PKGBUILD
parent66319562c0314f8abf436d3ae169bf433cccfa53 (diff)
downloadaur-2605458cdf32ee456f5d2b26a1c3411ca37fd1f5.tar.gz
added pacman-contrib to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00791811d40f..97f997538583 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
#Maintainer Mike Harris <mike.a.harris@outlook.com>
pkgname=plasma5-applets-kde-arch-update-notifier-git
-pkgver=5.3.1.r0.gc477477
+pkgver=5.3.3.r0.g9f41152
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")
+depends=("fakeroot" "konsole" "yakuake" "pacman-contrib")
optdepends=("checkupdates-aur")
makedepends=("make" "cmake" "git" "extra-cmake-modules")
conflicts=()