summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyrozap2016-03-19 15:47:35 -0400
committercyrozap2016-03-19 15:47:35 -0400
commit048149e1f330ffa3182c1ef7e4901442e9dc5962 (patch)
tree578028d17391d09dbe3910695d8a76469e960dd8
parente4a2e6b749ea3db32a145573c1182c0bf172e0e2 (diff)
downloadaur-048149e1f330ffa3182c1ef7e4901442e9dc5962.tar.gz
s/replaces/conflicts/
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cad17d83150d..c9f8610e0788 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jan 27 03:03:19 UTC 2016
+# Sat Mar 19 19:46:18 UTC 2016
pkgbase = twmn-git
pkgdesc = A notification system for tiling window managers
pkgver = 171.6660f7e
@@ -15,7 +15,7 @@ pkgbase = twmn-git
depends = boost-libs>=1.46
depends = libxext
depends = libxkbcommon-x11
- replaces = twmn
+ conflicts = twmn
source = twmn::git+https://github.com/cyrozap/twmn.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c22cd89a9abc..69b9755b9e51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url="https://github.com/cyrozap/twmn"
license=('LGPL3')
depends=('qt5-base' 'qt5-x11extras' 'boost-libs>=1.46' 'libxext' 'libxkbcommon-x11')
makedepends=('git' 'pkg-config' 'boost>=1.46')
-replaces=('twmn')
+conflicts=('twmn')
source=("${_name}::git+https://github.com/cyrozap/${_name}.git")
sha256sums=('SKIP')