summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbudRich2018-09-12 20:40:52 +0200
committerbudRich2018-09-12 20:40:52 +0200
commitbf568ab1a8f7ea3ec2d5108a7db5b91e6b9a893f (patch)
treec0d4fcac8e343dcc25610e1d2d4a2abade199c4d
parent9f0e4b9bb0b6c9fc303c5fdd8261a869602384e6 (diff)
downloadaur-bf568ab1a8f7ea3ec2d5108a7db5b91e6b9a893f.tar.gz
i3get updated, focusvisible and getvisible added
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e858fd3b17c4..f5c9756c4422 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.79
+ pkgver = 2018.09.11.0
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.79.tar.gz
- sha256sums = 6f1956a24026a8ce7fb40d3816d627dc1e635e86d293ad20119c56d664045e9a
+ source = https://github.com/budlabs/i3ass/archive/2018.09.11.0.tar.gz
+ sha256sums = fdb2d2777b29ecb5a7a14542452121e9ffc5c4a1c5a1a6d89dc870816a02d46e
pkgname = i3ass
diff --git a/PKGBUILD b/PKGBUILD
index cfeee9200d3b..989ded0f899a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nils Kvist <robstenklippa@gmail.com>
pkgname=i3ass
-pkgver=0.1.79
+pkgver=2018.09.11.0
pkgrel=1
pkgdesc='A bash-script collection to assist the use of i3-wm.'
arch=('any')
@@ -19,12 +19,12 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/budlabs/$pkgname/archive/v.$pkgver.tar.gz")
+source=("https://github.com/budlabs/$pkgname/archive/$pkgver.tar.gz")
noextract=()
-sha256sums=('6f1956a24026a8ce7fb40d3816d627dc1e635e86d293ad20119c56d664045e9a')
+sha256sums=('fdb2d2777b29ecb5a7a14542452121e9ffc5c4a1c5a1a6d89dc870816a02d46e')
package() {
- cd "$pkgname-v.$pkgver"
+ cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" PREFIX=/usr install