summaryrefslogtreecommitdiffstats
path: root/i3-layouts
diff options
context:
space:
mode:
authorYigit Sever2021-11-28 14:53:26 +0300
committerYigit Sever2021-11-28 14:53:26 +0300
commit9f79042352b9c31836e69159106316c8bb261ccb (patch)
tree075800b5c362b180996765bdf4c76d534190b550 /i3-layouts
parent1ed643c92ae876c2314beffcf490e5a9e275ae43 (diff)
downloadpackages-9f79042352b9c31836e69159106316c8bb261ccb.tar.gz
packages-9f79042352b9c31836e69159106316c8bb261ccb.tar.bz2
packages-9f79042352b9c31836e69159106316c8bb261ccb.zip
i3-layouts: add dependency
Diffstat (limited to 'i3-layouts')
-rw-r--r--i3-layouts/.SRCINFO3
-rw-r--r--i3-layouts/PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/i3-layouts/.SRCINFO b/i3-layouts/.SRCINFO
index fc74efb..5072a3d 100644
--- a/i3-layouts/.SRCINFO
+++ b/i3-layouts/.SRCINFO
@@ -1,13 +1,14 @@
1pkgbase = i3-layouts 1pkgbase = i3-layouts
2 pkgdesc = Dynamic layouts for i3wm 2 pkgdesc = Dynamic layouts for i3wm
3 pkgver = 0.13.2 3 pkgver = 0.13.2
4 pkgrel = 1 4 pkgrel = 2
5 url = https://github.com/eliep/i3-layouts 5 url = https://github.com/eliep/i3-layouts
6 arch = any 6 arch = any
7 license = MIT 7 license = MIT
8 depends = python 8 depends = python
9 depends = xdotool 9 depends = xdotool
10 depends = i3-wm 10 depends = i3-wm
11 depends = python-i3ipc
11 source = i3-layouts-0.13.2.tar.gz::https://github.com/eliep/i3-layouts/archive/v0.13.2.tar.gz 12 source = i3-layouts-0.13.2.tar.gz::https://github.com/eliep/i3-layouts/archive/v0.13.2.tar.gz
12 sha256sums = 813ae25331e98556b559ec9c6e42f3c08c60ee668da997562af5a9e7bd68efbb 13 sha256sums = 813ae25331e98556b559ec9c6e42f3c08c60ee668da997562af5a9e7bd68efbb
13 14
diff --git a/i3-layouts/PKGBUILD b/i3-layouts/PKGBUILD
index 9d6d3b5..e4c7924 100644
--- a/i3-layouts/PKGBUILD
+++ b/i3-layouts/PKGBUILD
@@ -2,12 +2,12 @@
2 2
3pkgname=i3-layouts 3pkgname=i3-layouts
4pkgver=0.13.2 4pkgver=0.13.2
5pkgrel=1 5pkgrel=2
6pkgdesc="Dynamic layouts for i3wm" 6pkgdesc="Dynamic layouts for i3wm"
7arch=('any') 7arch=('any')
8url="https://github.com/eliep/i3-layouts" 8url="https://github.com/eliep/i3-layouts"
9license=('MIT') 9license=('MIT')
10depends=('python' 'xdotool' 'i3-wm') 10depends=('python' 'xdotool' 'i3-wm' 'python-i3ipc')
11source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") 11source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
12sha256sums=('813ae25331e98556b559ec9c6e42f3c08c60ee668da997562af5a9e7bd68efbb') 12sha256sums=('813ae25331e98556b559ec9c6e42f3c08c60ee668da997562af5a9e7bd68efbb')
13 13