summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Kovetskiy2015-09-22 10:56:11 +0600
committerEgor Kovetskiy2015-09-22 10:56:11 +0600
commit57d5d3a1e84a0297b6b0ebcd3da4bc16631b1c60 (patch)
tree6a212ad46b9f88c5ca44c5cc14e7b20d93ca1b57
parent60e43a223e8f6a28d55328b5e34257b07fec1ad5 (diff)
downloadaur-57d5d3a1e84a0297b6b0ebcd3da4bc16631b1c60.tar.gz
add conflict
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index daaefd6117bd..0280696eabb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ arch=('any')
url='http://www.github.com/muennich/urxvt-perls'
license=('GPL2')
depends=('rxvt-unicode' 'perl' 'xsel')
-provides=('urxvt-url-select' 'urxvt-keyboard-select')
-conflicts=('urxvt-url-select' 'urxvt-keyboard-select')
-replaces=('urxvt-url-select' 'urxvt-keyboard-select')
+provides=('urxvt-perls' 'urxvt-url-select' 'urxvt-keyboard-select')
+conflicts=('urxvt-perls' 'urxvt-url-select' 'urxvt-keyboard-select')
+replaces=('urxvt-perls' 'urxvt-url-select' 'urxvt-keyboard-select')
install=urxvt-perls.install
source=(git://github.com/muennich/urxvt-perls)
md5sums=('SKIP')