summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8fd9c3927d6..764ce30313fc 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.10.4
- pkgrel = 4
+ pkgver = 1.10.5
+ pkgrel = 1
url = https://github.com/brndnmtthws/conky
arch = i686
arch = x86_64
@@ -37,9 +37,9 @@ pkgbase = conky-lua-archers
replaces = conky
options = strip
options = !debug
- source = https://github.com/brndnmtthws/conky/archive/v1.10.4.tar.gz
+ source = https://github.com/brndnmtthws/conky/archive/v1.10.5.tar.gz
source = asciime.patch
- sha1sums = f2da0e3b8e6ff8ebc42b35f710f822e228616993
+ sha1sums = a560c356ce4c3e2918601743b57d19a18fe01a72
sha1sums = b07407c2be11cee7bd50e046024b89cf2579c448
pkgname = conky-lua-archers
diff --git a/PKGBUILD b/PKGBUILD
index 0ffe4d853663..329a433ff9f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=conky-lua-archers
_pkgname=conky
-pkgver=1.10.4
-pkgrel=4
+pkgver=1.10.5
+pkgrel=1
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"
@@ -39,7 +39,7 @@ makedepends=(
)
source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz"
'asciime.patch')
-sha1sums=('f2da0e3b8e6ff8ebc42b35f710f822e228616993'
+sha1sums=('a560c356ce4c3e2918601743b57d19a18fe01a72'
'b07407c2be11cee7bd50e046024b89cf2579c448')
options=('strip' '!debug')