summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a45e8014740..4fe014b9aef1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = conky-bargile
- pkgdesc = Yet another conky-lua theme, this one includes some kind of an engine
+ pkgdesc = Yet another conky-lua theme, this one includes some kind of an engine - please use a conky with cairo and lua support
pkgver = 0.1a
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/Noeljunior/conky-bargile
arch = any
license = GPL
- depends = conky-cairo-no-nvidia
+ depends = conky
depends = lm_sensors
depends = hddtemp
depends = git
diff --git a/PKGBUILD b/PKGBUILD
index 91734bb256f1..b7842d03c482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=conky-bargile
pkgver=0.1a
-pkgrel=5
-pkgdesc="Yet another conky-lua theme, this one includes some kind of an engine"
+pkgrel=6
+pkgdesc="Yet another conky-lua theme, this one includes some kind of an engine - please use a conky with cairo and lua support"
arch=('any')
url="https://github.com/Noeljunior/conky-bargile"
license=('GPL')
-depends=('conky-cairo-no-nvidia' 'lm_sensors' 'hddtemp' 'git' 'netcat')
+depends=('conky' 'lm_sensors' 'hddtemp' 'git' 'netcat')
source=("$pkgname::git+https://github.com/Noeljunior/conky-bargile")
md5sums=('SKIP')