summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Haylett2019-08-31 17:42:14 +0100
committerJonathan Haylett2019-08-31 17:42:14 +0100
commit986894e7cd833b7fb22a0eafae23e049aa4b3d13 (patch)
tree6054b70ae8e018a016b6ce193bc41e8d45638eeb /PKGBUILD
parentee33f23647fab3f83c66c9ff614150748a0572f9 (diff)
downloadaur-986894e7cd833b7fb22a0eafae23e049aa4b3d13.tar.gz
Move git to makedepends and i3-wm to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82947b14cff6..cc860e832c8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,17 @@
# Maintainer: Jonathan Haylett <jonathan@haylett.dev>
_pkgbasename=i3-resurrect
pkgname=$_pkgbasename-git
-pkgrel=1
+pkgrel=2
pkgver=1.3.1
pkgdesc="A simple but flexible solution to saving and restoring i3 workspace layouts"
arch=('any')
url="http://github.com/JonnyHaystack/i3-resurrect"
license=('GPL')
-depends=('git' 'python' 'i3-wm' 'python-psutil' 'i3ipc-python-git' 'wmctrl' 'wmctrl-python3-git' 'python-click' 'python-enum-compat' 'python-setuptools' 'xdotool')
+depends=('python' 'python-psutil' 'i3ipc-python-git' 'wmctrl'
+ 'wmctrl-python3-git' 'python-click' 'python-enum-compat'
+ 'python-setuptools' 'xdotool')
+makedepends=('git')
+optdepends=('i3-wm')
source=(git+https://github.com/JonnyHaystack/i3-resurrect)
md5sums=('SKIP')