summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbudRich2018-08-13 20:24:15 +0200
committerbudRich2018-08-13 20:24:15 +0200
commite88c1c71aabb021ea0a7eccec3fff7806c620b8a (patch)
tree954b9aaa55e001d72e89b8138f7190d49b4cc773
parentc2817b7c09aff843571560d2dbc00780e3a2f446 (diff)
downloadaur-e88c1c71aabb021ea0a7eccec3fff7806c620b8a.tar.gz
update 0.1.75, issue with viswiz fixed
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 792357c04cee..d55259f3c0a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3ass
pkgdesc = A bash-script collection to assist the use of i3-wm.
- pkgver = 0.1.7
+ pkgver = 0.1.75
pkgrel = 1
url = https://github.com/budlabs/i3ass
arch = any
@@ -8,8 +8,8 @@ pkgbase = i3ass
depends = bash>=4.0.0
optdepends = xdotool: floating window placement
optdepends = i3-wm: duh
- source = https://github.com/budlabs/i3ass/archive/v.0.1.7.tar.gz
- sha256sums = c352e22d8d252d8cbf8b9b532f126e360809684b168f4fdc7015265e2e9f6a3c
+ source = https://github.com/budlabs/i3ass/archive/v.0.1.75.tar.gz
+ sha256sums = ef79a23360fecf2fae49c3e5fc1d832e249b731f47036935c6ddfe73a3d08e0c
pkgname = i3ass
diff --git a/PKGBUILD b/PKGBUILD
index d2ac3eb0acef..39752211ebd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nils Kvist <robstenklippa@gmail.com>
pkgname=i3ass
-pkgver=0.1.7
+pkgver=0.1.75
pkgrel=1
pkgdesc='A bash-script collection to assist the use of i3-wm.'
arch=('any')
@@ -21,7 +21,7 @@ install=
changelog=
source=("https://github.com/budlabs/$pkgname/archive/v.$pkgver.tar.gz")
noextract=()
-sha256sums=('c352e22d8d252d8cbf8b9b532f126e360809684b168f4fdc7015265e2e9f6a3c')
+sha256sums=('ef79a23360fecf2fae49c3e5fc1d832e249b731f47036935c6ddfe73a3d08e0c')
package() {
cd "$pkgname-v.$pkgver"