summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbud2019-01-12 05:47:39 +0000
committerbud2019-01-12 05:47:39 +0000
commit64090a30e3451695dc306f501254303aeb9078b5 (patch)
tree2b73f7449af06d32cdf3a89861e7ac2e0f9fda03
parentf65c30692c5d1803427ae68f7e6df3558cd40146 (diff)
downloadaur-64090a30e3451695dc306f501254303aeb9078b5.tar.gz
new version bashbud tyme
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e18c3d4dc171..c6180cde8c9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3ass
pkgdesc = A bash-script collection to assist the use of i3-wm.
- pkgver = 2018.09.21.0
+ pkgver = 2019.01.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/2018.09.21.0.tar.gz
- sha256sums = 8b8da5fee057ae939e1e77499c6bd89ca84e8a1a665b41869812905bb64419c4
+ source = https://github.com/budlabs/i3ass/archive/2019.01.11.0.tar.gz
+ sha256sums = 43c983b5e7f0974bce8575a4dc84fc544e8f7ba938dc136994ccc6b9a8e8bcd4
pkgname = i3ass
diff --git a/PKGBUILD b/PKGBUILD
index b526792aaf5e..33303d3244a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nils Kvist <robstenklippa@gmail.com>
pkgname=i3ass
-pkgver=2018.09.21.0
+pkgver=2019.01.11.0
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=('8b8da5fee057ae939e1e77499c6bd89ca84e8a1a665b41869812905bb64419c4')
+sha256sums=('43c983b5e7f0974bce8575a4dc84fc544e8f7ba938dc136994ccc6b9a8e8bcd4')
package() {
cd "$pkgname-$pkgver"