summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob2017-11-01 00:41:25 +0100
committerjakob2017-11-01 00:41:25 +0100
commit9e9a3a689f2557c66e5295b17ad339b812b669f0 (patch)
treee8ab0d2ea5ab2c1491298cc6729335beb256cc7b
parente50aa983c84e10c9d49a61408be30c29bd82160e (diff)
downloadaur-9e9a3a689f2557c66e5295b17ad339b812b669f0.tar.gz
pkgver 0.4-1
-rw-r--r--.Changelog6
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD10
3 files changed, 17 insertions, 14 deletions
diff --git a/.Changelog b/.Changelog
index 0487043a3b7f..606c24f11479 100644
--- a/.Changelog
+++ b/.Changelog
@@ -1,3 +1,8 @@
+2017-11-01 jakob <grandchild@gmx.net>
+
+ * 0.5-1
+ Upstream update
+
2016-02-06 jakob <grandchild@gmx.net>
* 0.4-2
@@ -11,7 +16,6 @@
* 0.4-2
Upstream bugfix
-
2015-04-24 jakob <grandchild@gmx.net>
* 0.1-1 :
diff --git a/.SRCINFO b/.SRCINFO
index 0d391e04d907..1dd997f73138 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,21 @@
-# Generated by mksrcinfo v8
-# Sat Feb 6 20:30:06 UTC 2016
pkgbase = autohidewibox
pkgdesc = Show awesome WM wibox only on ModKey press
- pkgver = 0.4
- pkgrel = 3
+ pkgver = 0.5
+ pkgrel = 1
url = https://github.com/grandchild/autohidewibox
changelog = .Changelog
arch = i686
arch = x86_64
license = CC0
+ depends = awesome
depends = python
depends = xorg-xinput
provides = autohidewibox
conflicts = autohidewibox
- source = https://raw.githubusercontent.com/grandchild/autohidewibox/0.4/autohidewibox.py
- source = https://raw.githubusercontent.com/grandchild/autohidewibox/0.4/autohidewibox.conf
- sha1sums = 4ff91f6be6afa28fd725dca47742e4d835e65744
- sha1sums = 3e62c3fcae9f84e2170928b1f22cc5f104bf61c8
+ 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
pkgname = autohidewibox
diff --git a/PKGBUILD b/PKGBUILD
index db49bbc087f8..ab6817893df0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: jakob <grandchild@gmx.net>
pkgname=autohidewibox
-pkgver=0.4
-pkgrel=3
+pkgver=0.5
+pkgrel=1
pkgdesc="Show awesome WM wibox only on ModKey press"
url=https://github.com/grandchild/${pkgname}
#install=${pkgname}.install
@@ -11,14 +11,14 @@ license=('CC0')
arch=('i686' 'x86_64')
provides=("${pkgname}")
conflicts=("${pkgname}")
-depends=('python' 'xorg-xinput')
+depends=('awesome' 'python' 'xorg-xinput')
source=(
"https://raw.githubusercontent.com/grandchild/${pkgname}/${pkgver}/${pkgname}.py"
"https://raw.githubusercontent.com/grandchild/${pkgname}/${pkgver}/${pkgname}.conf"
)
sha1sums=(
- '4ff91f6be6afa28fd725dca47742e4d835e65744'
- '3e62c3fcae9f84e2170928b1f22cc5f104bf61c8'
+ '012d7636f2659e60d24cbd49980e96ef4c74ebf6'
+ '55a4fc3d53aa456e979b411384dcaf9a0535f4bb'
)
package() {