summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexiobash2015-08-12 20:02:10 +0200
committeralexiobash2015-08-12 20:02:10 +0200
commit0b9a6a749a6dd2e0a5be05b63c9a31241e82ae77 (patch)
tree9dc218f376114231d011a1ef3ceb68b3c491c779
parentd26c1b1ad9c01c9e2d403e0f4f5e7dd678ca3648 (diff)
downloadaur-0b9a6a749a6dd2e0a5be05b63c9a31241e82ae77.tar.gz
Update to 1.3-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a691a07f43bd..8d1301b7b703 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = conky-lua-arch
pkgdesc = A conky-lua for ArchLinux
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
url = http://alexiobash.com/conky-lua-arch/
install = conky-lua-arch.install
arch = any
license = GPL
- depends = conky
+ depends = conky-lua
depends = git
backup = etc/conky/conky-arch.conf
source = conky-lua-arch::git+http://git.alexiobash.com/git/conky-lua-arch
diff --git a/PKGBUILD b/PKGBUILD
index 3df4861f58de..78d49c65df7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=conky-lua-arch
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="A conky-lua for ArchLinux"
arch=('any')
url="http://alexiobash.com/conky-lua-arch/"
license=('GPL')
-depends=('conky' 'git')
+depends=('conky-lua' 'git')
source=("$pkgname::git+http://git.alexiobash.com/git/$pkgname")
install="${pkgname}.install"
md5sums=('SKIP')