summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8cde4693b00..1c1a58a3538b 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.1.1.r0.gaa291a3
+ pkgver = 7.2.r0.g0396cdb
pkgrel = 1
url = https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = plasma5-applets-kde-arch-update-notifier-git
depends = pacman-contrib
depends = plasma-desktop
optdepends = checkupdates-aur
+ optdepends = snapd
source = git+https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 989ad05e52f9..50b25937d156 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.1.1.r0.gaa291a3
+pkgver=7.2.r0.g0396cdb
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")
+optdepends=("checkupdates-aur" "snapd")
makedepends=("make" "cmake" "git" "extra-cmake-modules")
conflicts=()
replaces=()