summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParamvir Likhari2018-12-21 03:46:40 +0530
committerParamvir Likhari2018-12-21 03:46:40 +0530
commitf583416ad8db4b87c24efb80b3776e2df395cbe9 (patch)
treec780d6ef9850b49f2e13923df578a6f77f1e0ae0
parent90178aa95ba51d92117d68d38049ffb4e788e59d (diff)
downloadaur-f583416ad8db4b87c24efb80b3776e2df395cbe9.tar.gz
conky git lua 5.3 support
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6101c651da7..79dfb6d383ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = conky-cairo
- pkgdesc = conky - built for nvidia n (tolua++_5.3 in AUR) - conky git has built in lua 5.3 support (tolua++_5.3 NOT required) - lua 51 support remove - See this PKGBUILD source - Just change one variable to build the git version - defaults to release version.
+ pkgdesc = conky - built for nvidia n (tolua++_5.3 in AUR) - conky git has built in lua 5.3 support (tolua++_5.3 NOT required) - See this PKGBUILD source - Just change one variable to build the git version - defaults to release version.
pkgver = 1.11.1
pkgrel = 1
url = https://github.com/brndnmtthws/conky
diff --git a/PKGBUILD b/PKGBUILD
index 7211b4faa5d4..3ac7cb53a7b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# This PKGBUILD creates conky for tolua++_5.3 lua + cairo + imlib2 + nvidia
-# The git version has built in tolua++_5.3 lua
+# The git version has built in tolua++_5.3 lua - only supports lua 5.3
# to create NON NVIDIA package - remove following
# in makedepends 'libxnvctrl'
@@ -26,7 +26,7 @@
pkgname=conky-cairo
pkgver=1.11.1
pkgrel=1
-pkgdesc='conky - built for nvidia n (tolua++_5.3 in AUR) - conky git has built in lua 5.3 support (tolua++_5.3 NOT required) - lua 51 support remove - See this PKGBUILD source - Just change one variable to build the git version - defaults to release version.'
+pkgdesc='conky - built for nvidia n (tolua++_5.3 in AUR) - conky git has built in lua 5.3 support (tolua++_5.3 NOT required) - See this PKGBUILD source - Just change one variable to build the git version - defaults to release version.'
url='https://github.com/brndnmtthws/conky'
license=('GPL3' 'BSD')
arch=('i686' 'x86_64')