summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A Ginis2019-02-23 10:59:35 +0200
committerJohn A Ginis2019-02-23 10:59:35 +0200
commit4a11eb4893e48ef45da674ba87bb5bdb78eca508 (patch)
tree663edca4592a1a2423105409668671f08ebfb143
parent4ae873d5106b37bb9283595b59be499c129a97bc (diff)
downloadaur-4a11eb4893e48ef45da674ba87bb5bdb78eca508.tar.gz
New version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6dfb0cdbfea..90511d625eab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = conky-lua-archers
pkgdesc = A free, light-weight system monitor for X with lua enabled for Arch based distros
- pkgver = 1.11.2
+ pkgver = 1.11.3
pkgrel = 1
url = https://github.com/brndnmtthws/conky
arch = i686
@@ -27,7 +27,7 @@ pkgbase = conky-lua-archers
depends = lua51
depends = tolua++
depends = wireless_tools
- provides = conky=1.11.2
+ provides = conky=1.11.3
conflicts = conky
conflicts = conky-lua
conflicts = conky-lua-arch
@@ -38,8 +38,8 @@ pkgbase = conky-lua-archers
options = strip
options = !debug
options = !emptydirs
- source = https://github.com/brndnmtthws/conky/archive/v1.11.2.tar.gz
- sha256sums = 1acf9dae9ce1a762309ab6b600a0464c2e054420d416b515ff39658430a0e819
+ source = https://github.com/brndnmtthws/conky/archive/v1.11.3.tar.gz
+ sha256sums = 0140e749537d4d05bf33fbac436e54756faa26021e16f2bca418e9eeea724eb4
pkgname = conky-lua-archers
diff --git a/PKGBUILD b/PKGBUILD
index 1ae5f925cc1b..41c215eb3181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=conky-lua-archers
_pkgname=conky
-pkgver=1.11.2
+pkgver=1.11.3
pkgrel=1
pkgdesc="A free, light-weight system monitor for X with lua enabled for Arch based distros"
arch=('i686' 'x86_64')
@@ -38,7 +38,7 @@ makedepends=(
'perl-xml-sax-expat'
)
source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('1acf9dae9ce1a762309ab6b600a0464c2e054420d416b515ff39658430a0e819')
+sha256sums=('0140e749537d4d05bf33fbac436e54756faa26021e16f2bca418e9eeea724eb4')
options=('strip' '!debug' '!emptydirs')
prepare() {