summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpyros Stathopoulos2016-02-10 01:17:21 +0200
committerSpyros Stathopoulos2016-02-10 01:17:21 +0200
commit07b1cb8682d3f1cf6786d096577c0d699727f274 (patch)
treecfdc2b38c91ce2119b750a0386ead740006b799d /PKGBUILD
parentb32fc96b395048b0dba7cc058b5a36a179c3ab11 (diff)
downloadaur-07b1cb8682d3f1cf6786d096577c0d699727f274.tar.gz
Fix install argument
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3ad72472699..7de4a1c4b93c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=conky-lua-nv
_pkgname=conky
pkgver=1.10.1
-pkgrel=2
+pkgrel=3
pkgdesc="An advanced system monitor for X based on torsmo with lua and nvidia enabled"
arch=('i686' 'x86_64')
url="https://github.com/brndnmtthws/conky"
@@ -30,7 +30,7 @@ sha1sums=('97b59ec1daf54126b30516e8663a9cf1f218d8ae'
'96cdbc38e8706c8a3120601983df5c7265716128'
'3ef0f96772410f975e815087509db9537edcd6e2')
options=('!strip' 'debug')
-install=('conky-lua-nv.install')
+install='conky-lua-nv.install'
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"