summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Harris2018-01-02 18:56:17 -0800
committerMike Harris2018-01-02 18:56:17 -0800
commitabeb12fcb48bbff023c900f09b34b05ea5e5b587 (patch)
treef8cb44b6b2ab230faabc175c03718bacf358b993
parentbc917bb4bd50ee31ce25e76552215992367d1422 (diff)
downloadaur-abeb12fcb48bbff023c900f09b34b05ea5e5b587.tar.gz
added AUR support
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 204abec44c0a..4c6b66457f8c 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
- pkgver = 2.5.5
+ pkgdesc = A KDE plasmoid for your system tray notifying you of available updates with AUR Support
+ pkgver = 3.0
pkgrel = 1
url = https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid
arch = any
@@ -11,6 +11,7 @@ pkgbase = plasma5-applets-kde-arch-update-notifier-git
makedepends = extra-cmake-modules
depends = fakeroot
depends = konsole
+ optdepends = checkupdates-aur
source = git+https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9c0dc89d41ce..c8e3f5024865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
#Maintainer Mike Harris <mike.a.harris@outlook.com>
pkgname=plasma5-applets-kde-arch-update-notifier-git
-pkgver=2.5.5
+pkgver=3.0
pkgrel=1
-pkgdesc="A KDE plasmoid for your system tray notifying you of available updates"
+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=('any')
license=('GPL')
depends=("fakeroot" "konsole")
+optdepends=("checkupdates-aur")
makedepends=("make" "cmake" "git" "extra-cmake-modules")
conflicts=()
replaces=()