summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2020-06-21 12:00:54 +0100
committerTheCynicalLiger2020-06-21 12:00:54 +0100
commitfe38348b7188369a3cdf4e9b3a4f3983f78197ff (patch)
tree2818edd579d042143b0f72e20aa062b30e1e8535
parent76df44b9e8e3391360c1603e5d2d0258367e672b (diff)
downloadaur-fe38348b7188369a3cdf4e9b3a4f3983f78197ff.tar.gz
Python to Shell
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 972329b9c79d..f5252e92aaf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = i3-swallow
pkgdesc = Swallow a terminal window after a blocking application is run in i3
- pkgver = r10.09d16e7
+ pkgver = r9.a957f2f
pkgrel = 1
url = https://github.com/TheCynicalTeam/i3-swallow
arch = any
license = GNU General Public License v3.0
makedepends = git
- depends = i3-wm
- depends = python-i3ipc
- conflicts = i3-swallow-git
+ depends = xdo
+ conflicts = i3-swallow
source = git+https://github.com/TheCynicalTeam/i3-swallow.git
md5sums = SKIP
pkgname = i3-swallow
+
diff --git a/PKGBUILD b/PKGBUILD
index 2a002e170d8b..47a92c5f15c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: TheCynicalTeam <TheCynicalTeam@github.com>
# Contributor: TheCynicalTeam <TheCynicalTeam@github.com>
pkgname=i3-swallow
-pkgver=r10.09d16e7
+pkgver=r9.a957f2f
pkgrel=1
pkgdesc="Swallow a terminal window after a blocking application is run in i3"
arch=('any')
url="https://github.com/TheCynicalTeam/i3-swallow"
license=('GNU General Public License v3.0')
-depends=('i3-wm' 'python-i3ipc')
+depends=('xdo')
makedepends=('git')
-conflicts=('i3-swallow-git')
+conflicts=('i3-swallow')
changelog=
source=("git+${url}.git")
md5sums=('SKIP')