summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParamvir Likhari2020-08-15 08:49:58 +0530
committerParamvir Likhari2020-08-15 08:49:58 +0530
commit2accb96c3abd8601b69075ea27732e025e047d16 (patch)
tree09b8be77a14fb3d2c757795a7019abebaea3a607 /PKGBUILD
parent9773c603694423c761aac0524d8c8690bd58a4cc (diff)
downloadaur-2accb96c3abd8601b69075ea27732e025e047d16.tar.gz
LUA5.4 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fad4eaaf839..5f6be7e51034 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@
pkgname=conky-cairo
pkgver=1.11.3
pkgrel=1
-pkgdesc='conky - built for nvidia - conky now 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.'
+pkgdesc='conky - built for nvidia - 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')
@@ -44,7 +44,6 @@ _myopts=1
case ${_myopts} in
0) ### _myopts=0 for git version #####################################
- ### we now have tolua++ 5.3 support built in !!!
_pkgname=conky
@@ -59,8 +58,6 @@ case ${_myopts} in
;;
1) ### _myopts=1 for release version #################################
- ### NOTE: Install tolua++_5.3 from AUR - one of my other packages besides conkywx weather program
-
_pkgname="conky-${pkgver}"
source=(${url}/archive/v${pkgver}.tar.gz)
@@ -73,6 +70,7 @@ build() {
cd "${srcdir}/${_pkgname}"
+ ## correction to conky.cc for the git version
sed -i 's|conky::run_all_callbacks();||' src/conky.cc
################################################################