summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15912cf6cd1c..08dc6d30c83c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = conky-lua-archers-git
pkgdesc = A free, light-weight system monitor for X with lua enabled for Arch based distros
- pkgver = 3420.0ea4559f
+ pkgver = 3467.a429eaa6
pkgrel = 1
url = https://github.com/brndnmtthws/conky/
arch = i686
@@ -25,6 +25,7 @@ pkgbase = conky-lua-archers-git
depends = libxft
depends = libxinerama
depends = libxml2
+ depends = lua
depends = lua51
depends = tolua++
depends = wireless_tools
diff --git a/PKGBUILD b/PKGBUILD
index bcc8cb1e2e8b..cc664a6e01ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=conky-lua-archers-git
_pkgname=conky
-pkgver=3420.0ea4559f
+pkgver=3467.a429eaa6
pkgrel=1
pkgdesc="A free, light-weight system monitor for X with lua enabled for Arch based distros"
arch=('i686' 'x86_64')
@@ -24,6 +24,7 @@ depends=(
'libxft'
'libxinerama'
'libxml2'
+ 'lua'
'lua51'
'tolua++'
'wireless_tools'