summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Haylett2019-07-07 23:35:43 +0100
committerJonathan Haylett2019-07-07 23:35:43 +0100
commitae7dabb314ee4fab64f50e42d187f21cd5118e28 (patch)
tree3829d2cc8391941fb29e29dae5f48265dc4b1403
parentc187dbb4edd2ed2da8c97caf03fb35c077003452 (diff)
downloadaur-ae7dabb314ee4fab64f50e42d187f21cd5118e28.tar.gz
Add python-click dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb7613f079c9..5350a532c0f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i3-resurrect-git
pkgdesc = A simple but flexible solution to saving and restoring i3 workspace layouts
pkgver = 1.0.2
- pkgrel = 2
+ pkgrel = 4
url = http://github.com/JonnyHaystack/i3-resurrect
arch = any
license = GPL
@@ -11,6 +11,7 @@ pkgbase = i3-resurrect-git
depends = python-psutil
depends = i3ipc-python-git
depends = wmctrl-python3-git
+ depends = python-click
source = git+https://github.com/JonnyHaystack/i3-resurrect
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 02bd9a4b53f9..073c0e5e89a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jonathan Haylett <jonathan@haylett.dev>
_pkgbasename=i3-resurrect
pkgname=$_pkgbasename-git
-pkgrel=2
+pkgrel=4
pkgver=1.0.2
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=('python' 'i3-wm' 'perl-anyevent-i3' 'python-psutil' 'i3ipc-python-git' 'wmctrl-python3-git')
+depends=('python' 'i3-wm' 'perl-anyevent-i3' 'python-psutil' 'i3ipc-python-git' 'wmctrl-python3-git' 'python-click')
source=(git+https://github.com/JonnyHaystack/i3-resurrect)
md5sums=('SKIP')