summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rwxr-xr-xprepare4uploadpkg.sh2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39db57f66ecb..f6dfb0cdbfea 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.1
+ pkgver = 1.11.2
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.1
+ provides = conky=1.11.2
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.1.tar.gz
- sha256sums = 71fab859946cc2e67be46f2db53859c66369c5c87acf18fc8dfbd41b114f6d6e
+ source = https://github.com/brndnmtthws/conky/archive/v1.11.2.tar.gz
+ sha256sums = 1acf9dae9ce1a762309ab6b600a0464c2e054420d416b515ff39658430a0e819
pkgname = conky-lua-archers
diff --git a/PKGBUILD b/PKGBUILD
index e69259eafdfa..1ae5f925cc1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=conky-lua-archers
_pkgname=conky
-pkgver=1.11.1
+pkgver=1.11.2
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=('71fab859946cc2e67be46f2db53859c66369c5c87acf18fc8dfbd41b114f6d6e')
+sha256sums=('1acf9dae9ce1a762309ab6b600a0464c2e054420d416b515ff39658430a0e819')
options=('strip' '!debug' '!emptydirs')
prepare() {
diff --git a/prepare4uploadpkg.sh b/prepare4uploadpkg.sh
index d2ef3c9f06a4..401c2ea59562 100755
--- a/prepare4uploadpkg.sh
+++ b/prepare4uploadpkg.sh
@@ -2,7 +2,7 @@
namcap PKGBUILD && makepkg --printsrcinfo > .SRCINFO || exit 1
git add . || exit 1 # PKGBUILD prepare4uploadpkg.sh .SRCINFO
-git commit -am "Nvidia support again... yes!" || exit 1
+git commit -am "New version" || exit 1
git push --set-upstream origin master || exit 1
read -p "Press [Enter] key to exit..."