summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Harris2018-10-21 16:33:04 -0500
committerMike Harris2018-10-21 16:33:04 -0500
commit401c237d7893ffdcbd78073ae8303a59648f447d (patch)
treed396326620ffe80e0f0c5f0d3a3a953523665c64
parent8d3d4fb8acb2b7380f8ce703f04272bc28bcf7b6 (diff)
downloadaur-401c237d7893ffdcbd78073ae8303a59648f447d.tar.gz
added snap support
-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=()