summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2020-06-21 12:01:52 +0100
committerTheCynicalLiger2020-06-21 12:01:52 +0100
commit511afdbcae09cd51306e56c0f9800d790c8d172b (patch)
treeec6b2cc790a260938af5c1916f11ef6b6fc7d65e
parentfe38348b7188369a3cdf4e9b3a4f3983f78197ff (diff)
downloadaur-511afdbcae09cd51306e56c0f9800d790c8d172b.tar.gz
fix conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5252e92aaf1..45716357f5a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = i3-swallow
license = GNU General Public License v3.0
makedepends = git
depends = xdo
- conflicts = i3-swallow
+ conflicts = i3-swallow-git
source = git+https://github.com/TheCynicalTeam/i3-swallow.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 47a92c5f15c3..58db7118cbc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/TheCynicalTeam/i3-swallow"
license=('GNU General Public License v3.0')
depends=('xdo')
makedepends=('git')
-conflicts=('i3-swallow')
+conflicts=('i3-swallow-git')
changelog=
source=("git+${url}.git")
md5sums=('SKIP')