summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A Ginis2018-02-08 19:47:57 +0200
committerJohn A Ginis2018-02-08 19:47:57 +0200
commit778021018a0c7bad2149285d06ee3b1b2fbf2ab9 (patch)
tree67e35b4f983fddca98ab653b570848fa72769829
parentae51e28e6b989edaa6a873360f040ca0a1c6cdb9 (diff)
downloadaur-778021018a0c7bad2149285d06ee3b1b2fbf2ab9.tar.gz
New package commit
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d5e9a8a3025..877da307dd72 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.7
- pkgrel = 2
+ pkgver = 1.10.8
+ pkgrel = 1
url = https://github.com/brndnmtthws/conky
arch = i686
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = conky-lua-archers
depends = lua51
depends = tolua++
depends = wireless_tools
- provides = conky=1.10.7
+ provides = conky=1.10.8
conflicts = conky
conflicts = conky-lua
conflicts = conky-lua-arch
@@ -37,8 +37,8 @@ pkgbase = conky-lua-archers
replaces = conky
options = strip
options = !debug
- source = https://github.com/brndnmtthws/conky/archive/v1.10.7.tar.gz
- sha256sums = 23bb9609c522f248cba287146943a872cc045b45cecfa5668bca76e95ecc06ac
+ source = https://github.com/brndnmtthws/conky/archive/v1.10.8.tar.gz
+ sha256sums = 2ebd655a27c816bd613538b71d4ec1c096252cb522feaa05f64781dcedea8857
pkgname = conky-lua-archers
diff --git a/PKGBUILD b/PKGBUILD
index 2b401af04cd4..c4470ee296e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=conky-lua-archers
_pkgname=conky
-pkgver=1.10.7
-pkgrel=2
+pkgver=1.10.8
+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"
@@ -38,7 +38,7 @@ makedepends=(
'perl-xml-sax-expat'
)
source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('23bb9609c522f248cba287146943a872cc045b45cecfa5668bca76e95ecc06ac')
+sha256sums=('2ebd655a27c816bd613538b71d4ec1c096252cb522feaa05f64781dcedea8857')
options=('strip' '!debug')
prepare() {