summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpeace8852019-10-21 10:12:09 -0700
committerpeace8852019-10-21 10:12:09 -0700
commita14e0d3b71267a163a04dcc8182e0d9e0dd88f0d (patch)
tree69da7d8e654e34504884b72891731a43f66c6408 /PKGBUILD
parentcfca60c8e6aff7c3f6416746a66136c0e00c03a0 (diff)
downloadaur-a14e0d3b71267a163a04dcc8182e0d9e0dd88f0d.tar.gz
update to 1.11.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12c78e50676e..f4d2416d4975 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Thibault Boyeux <thibault.boyeux@gmail.com>
+# Maintainer: peace885 <reyadmin@gmail.com>
+# Contributor: Thibault Boyeux <thibault.boyeux@gmail.com>
# Contributor: Army
# Contributor : Archer777
# Contributor: Dave Reisner <d@falconindy.com>
@@ -6,7 +7,7 @@
_pkgname=conky
pkgname=conky-cli
-pkgver=1.10.8
+pkgver=1.11.5
pkgrel=1
pkgdesc="Lightweight system monitor for X, without X11 dependencies"
url='https://github.com/brndnmtthws/conky'
@@ -16,17 +17,15 @@ provides=('conky')
conflicts=('conky')
makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
depends=('curl' 'lua' 'wireless_tools' 'libxml2')
-source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz"
- 'lua53.patch')
+source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('2ebd655a27c816bd613538b71d4ec1c096252cb522feaa05f64781dcedea8857'
- '50844ccdd2b1f8e1b4b110d8b9069dc35af11650163013e2b98cc2e59aeda569')
+sha256sums=('4cefdd92219a90934c28297e4ac7448a3f69d6aeec5d48c5763b23f6b214ef13')
options=('!strip' 'debug')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
- patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+ # patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
}
build() {