summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexiobash2015-08-12 13:37:43 +0200
committeralexiobash2015-08-12 13:37:43 +0200
commitd26c1b1ad9c01c9e2d403e0f4f5e7dd678ca3648 (patch)
tree302c6a720c67617f1170722e7d7b3803ae38e5ee
parent00b515138cbe7b41782b4492b21dddea84b15e7d (diff)
downloadaur-d26c1b1ad9c01c9e2d403e0f4f5e7dd678ca3648.tar.gz
Update to 1.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5551d330c9c5..a691a07f43bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = conky-lua-arch
pkgdesc = A conky-lua for ArchLinux
- pkgver = 1.2
- pkgrel = 2
+ pkgver = 1.3
+ pkgrel = 1
url = http://alexiobash.com/conky-lua-arch/
install = conky-lua-arch.install
arch = any
license = GPL
- depends = conky-lua
+ depends = conky
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 1dbca28c90ae..3df4861f58de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: alexiobash < me (at) alexiobash (dot) com >
pkgname=conky-lua-arch
-pkgver=1.2
-pkgrel=2
+pkgver=1.3
+pkgrel=1
pkgdesc="A conky-lua for ArchLinux"
arch=('any')
url="http://alexiobash.com/conky-lua-arch/"
license=('GPL')
-depends=('conky-lua' 'git')
+depends=('conky' 'git')
source=("$pkgname::git+http://git.alexiobash.com/git/$pkgname")
install="${pkgname}.install"
md5sums=('SKIP')