summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Harris2017-08-10 20:07:43 -0700
committerMike Harris2017-08-10 20:07:43 -0700
commitf8d0be6dd7d1f3dfbed0ce1deabf5323457bcd94 (patch)
treeeb07886275751efe372db55505365973f1b8cbef /PKGBUILD
parent8509c2eb77636fc98e114bdaff66a8e58b175f1a (diff)
downloadaur-f8d0be6dd7d1f3dfbed0ce1deabf5323457bcd94.tar.gz
fixed files
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52b8b0a24ec0..251c31d7f7bf 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=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="A KDE plasmoid for your system tray notifying you of available updates"
url="https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid"
@@ -22,6 +22,6 @@ build() {
}
package(){
cd ${srcdir}/kde-arch-update-plasmoid/build
- sudo make install
+ make DESTDIR="$pkgdir" install
}