summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtreya Shankar2020-06-27 16:45:35 +0200
committerAtreya Shankar2020-06-27 16:45:35 +0200
commit20a80175b4a77627dbab0a3238e77f388595ee72 (patch)
treeda9418feea8ff158d38e5212160fcbbc89659e7f
parent128e4c20a94fd3dbc0d40a611b7a05179cca2e4a (diff)
downloadaur-20a80175b4a77627dbab0a3238e77f388595ee72.tar.gz
Removal of replaces argument
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1568fd597860..25a1156dccb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = i3-balance-workspace
makedepends = python-setuptools
depends = python>=3.5.0,
depends = python-i3ipc
- replaces = i3-balance-workspace-git
source = https://files.pythonhosted.org/packages/source/i/i3-balance-workspace/i3-balance-workspace-1.6.3.tar.gz
md5sums = f3543e2285aec87d63856b978e63f233
diff --git a/PKGBUILD b/PKGBUILD
index 7d99095d9460..e79980618031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ pkgdesc="Balance windows and workspaces in i3wm"
url='https://github.com/atreyasha/i3-balance-workspace'
depends=('python>=3.5.0', 'python-i3ipc')
makedepends=('python-setuptools')
-replaces=('i3-balance-workspace-git')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module:0:1}/${_module}/${_module}-${pkgver}.tar.gz")