diff options
author | Yigit Sever | 2021-11-28 14:53:26 +0300 |
---|---|---|
committer | Yigit Sever | 2021-11-28 14:53:26 +0300 |
commit | 9f79042352b9c31836e69159106316c8bb261ccb (patch) | |
tree | 075800b5c362b180996765bdf4c76d534190b550 /i3-layouts/.SRCINFO | |
parent | 1ed643c92ae876c2314beffcf490e5a9e275ae43 (diff) | |
download | packages-9f79042352b9c31836e69159106316c8bb261ccb.tar.gz packages-9f79042352b9c31836e69159106316c8bb261ccb.tar.bz2 packages-9f79042352b9c31836e69159106316c8bb261ccb.zip |
i3-layouts: add dependency
Diffstat (limited to 'i3-layouts/.SRCINFO')
-rw-r--r-- | i3-layouts/.SRCINFO | 3 |
1 files changed, 2 insertions, 1 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 @@ | |||
1 | pkgbase = i3-layouts | 1 | pkgbase = 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 | ||