summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2017-11-05 22:43:17 +0100
committerjakob2017-11-05 22:43:17 +0100
commitca360cd9e739c584821aa7ce8c721bcaa0fb25b3 (patch)
treea8724b244a095f014d045c05f8c9be5bdd30dce5
parent9e9a3a689f2557c66e5295b17ad339b812b669f0 (diff)
downloadaur-ca360cd9e739c584821aa7ce8c721bcaa0fb25b3.tar.gz
pkgver 0.6-1
-rw-r--r--.Changelog5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
3 files changed, 13 insertions, 8 deletions
diff --git a/.Changelog b/.Changelog
index 606c24f11479..df8b1cea5cf2 100644
--- a/.Changelog
+++ b/.Changelog
@@ -1,3 +1,8 @@
+2017-11-05 jakob <grandchild@gmx.net>
+
+ * 0.6-1
+ Upstream update
+
2017-11-01 jakob <grandchild@gmx.net>
* 0.5-1
diff --git a/.SRCINFO b/.SRCINFO
index 1dd997f73138..7911d32bddd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = autohidewibox
pkgdesc = Show awesome WM wibox only on ModKey press
- pkgver = 0.5
+ pkgver = 0.6
pkgrel = 1
url = https://github.com/grandchild/autohidewibox
changelog = .Changelog
@@ -12,10 +12,10 @@ pkgbase = autohidewibox
depends = xorg-xinput
provides = autohidewibox
conflicts = autohidewibox
- source = https://raw.githubusercontent.com/grandchild/autohidewibox/0.5/autohidewibox.py
- source = https://raw.githubusercontent.com/grandchild/autohidewibox/0.5/autohidewibox.conf
- sha1sums = 012d7636f2659e60d24cbd49980e96ef4c74ebf6
- sha1sums = 55a4fc3d53aa456e979b411384dcaf9a0535f4bb
+ source = https://raw.githubusercontent.com/grandchild/autohidewibox/0.6/autohidewibox.py
+ source = https://raw.githubusercontent.com/grandchild/autohidewibox/0.6/autohidewibox.conf
+ sha1sums = 50e72742868fc3d4d402e3fa5455c3f2924501c8
+ sha1sums = 5b01bbb3f243a24d679af794e051f7eb03aa7647
pkgname = autohidewibox
diff --git a/PKGBUILD b/PKGBUILD
index ab6817893df0..70a93f755c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=autohidewibox
-pkgver=0.5
+pkgver=0.6
pkgrel=1
pkgdesc="Show awesome WM wibox only on ModKey press"
url=https://github.com/grandchild/${pkgname}
@@ -17,8 +17,8 @@ source=(
"https://raw.githubusercontent.com/grandchild/${pkgname}/${pkgver}/${pkgname}.conf"
)
sha1sums=(
- '012d7636f2659e60d24cbd49980e96ef4c74ebf6'
- '55a4fc3d53aa456e979b411384dcaf9a0535f4bb'
+ '50e72742868fc3d4d402e3fa5455c3f2924501c8'
+ '5b01bbb3f243a24d679af794e051f7eb03aa7647'
)
package() {