summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Chesters2018-06-14 20:31:50 +0200
committerDaniel Chesters2018-06-14 20:31:50 +0200
commitf5c4f9c89d14980e64e8db80b34ce634edcc4874 (patch)
tree87238c67b5ad1f76348600a3d6c608255fc4241e /PKGBUILD
parent720ad7dcf7de71e11a25d09accdb224349529429 (diff)
downloadaur-f5c4f9c89d14980e64e8db80b34ce634edcc4874.tar.gz
Add i3-wm as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe681235fe69..c7da529f1050 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,10 @@
pkgname=i3wsr
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A small program to change the name of an i3 workspace based on its contents."
url="https://github.com/roosta/i3wsr"
+depends=('i3-wm')
makedepends=('cargo')
arch=('i686' 'x86_64')
license=('MIT')