summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Harris2018-03-04 12:31:52 -0800
committerMike Harris2018-03-04 12:31:52 -0800
commiteef6fd680b8e91fb35f0c708eada197c04ab144b (patch)
treed896b1d2740a000598169f4f5df8f8a87e358409 /PKGBUILD
parentd63d61e05651ec09d13847a458026479c0e4c4eb (diff)
downloadaur-eef6fd680b8e91fb35f0c708eada197c04ab144b.tar.gz
added yakuake
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cb387384cc6..79985115a43b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer Mike Harris <mike.a.harris@outlook.com>
pkgname=plasma5-applets-kde-arch-update-notifier-git
-pkgver=4.1.r0.g9bbd84c
+pkgver=5.0.1.r0.g86614ee
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"
@@ -18,7 +18,7 @@ md5sums=("SKIP")
pkgver() {
cd "$srcdir/kde-arch-update-plasmoid"
# cutting off 'foo-' prefix that presents in the git tag
- printf "%s" "$(git describe --long | sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g')"
+ printf "%s" "$(git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g')"
}
build() {