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 90511d625eab..b691c77138eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = conky-lua-archers
pkgdesc = A free, light-weight system monitor for X with lua enabled for Arch based distros
pkgver = 1.11.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/brndnmtthws/conky
arch = i686
arch = x86_64
@@ -24,6 +24,7 @@ pkgbase = conky-lua-archers
depends = libxinerama
depends = libxml2
depends = libxnvctrl
+ depends = lua
depends = lua51
depends = tolua++
depends = wireless_tools
diff --git a/PKGBUILD b/PKGBUILD
index 41c215eb3181..6d90f53b5d78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=conky-lua-archers
_pkgname=conky
pkgver=1.11.3
-pkgrel=1
+pkgrel=2
pkgdesc="A free, light-weight system monitor for X with lua enabled for Arch based distros"
arch=('i686' 'x86_64')
url="https://github.com/brndnmtthws/conky"
@@ -25,6 +25,7 @@ depends=(
'libxinerama'
'libxml2'
'libxnvctrl'
+ 'lua'
'lua51'
'tolua++'
'wireless_tools'