summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbud2019-01-30 09:39:11 +0000
committerbud2019-01-30 09:39:11 +0000
commit4c5411dacdf43ba5074e6f5a132e251f920b37fc (patch)
treeb69a9641d040f8722998442076739ee01153ed81
parent18407f5a6c6494e5e21529f73bc4ff4b0fb32288 (diff)
downloadaur-4c5411dacdf43ba5074e6f5a132e251f920b37fc.tar.gz
stability update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0d41b3c44c0..3424e635c757 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3ass
pkgdesc = A bash-script collection to assist the use of i3-wm.
- pkgver = 2019.01.15.0
+ pkgver = 2019.01.30.2
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/2019.01.15.0.tar.gz
- sha256sums = c84b6bd440fecbd958c62c15c488d044e2eb34451f4eb7e340337a17088e4d7b
+ source = https://github.com/budlabs/i3ass/archive/2019.01.30.2.tar.gz
+ sha256sums = 4fb85b73c0855b3c3a288ab19a7131a4d5050e3a73b08ca292fcd6e061ed3528
pkgname = i3ass
diff --git a/PKGBUILD b/PKGBUILD
index b8d12060e482..1614775e7281 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nils Kvist <robstenklippa@gmail.com>
pkgname=i3ass
-pkgver=2019.01.15.0
+pkgver=2019.01.30.2
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/$pkgver.tar.gz")
noextract=()
-sha256sums=('c84b6bd440fecbd958c62c15c488d044e2eb34451f4eb7e340337a17088e4d7b')
+sha256sums=('4fb85b73c0855b3c3a288ab19a7131a4d5050e3a73b08ca292fcd6e061ed3528')
package() {
cd "$pkgname-$pkgver"