summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2016-08-07 12:43:37 +0100
committerHans-Nikolai Viessmann2016-08-07 12:43:37 +0100
commit1b345f4e958b7957cf5a1bd12360c25ea69f80fe (patch)
tree51be75db5579b08bd0300ca8fecc8591d5cee69a /PKGBUILD
parentccea6a442252c7c086e7b8e64c60ed9fe86b9ded (diff)
downloadaur-1b345f4e958b7957cf5a1bd12360c25ea69f80fe.tar.gz
Fixed incorrect conflicts value.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 526c70ca1c2f..a5107c59275c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='autodl-irssi-community'
_pkgname='autodl-irssi'
pkgver=1.62
-pkgrel=3
+pkgrel=4
pkgdesc='Community fork of the plugin for irssi which monitors IRC announce channels and downloads torrents based on user defined filters.'
arch=('any')
url='https://github.com/autodl-community/autodl-irssi'
@@ -23,6 +23,7 @@ install="${pkgname}.install"
optdepends=('rutorrent-autodl-irssi-community: Community autodl-irssi plugin for rutorrent.')
provides=("${_pkgname}")
replaces=("autodl-irssi-svn")
+conflicts=("autodl-irssi-svn")
source=("https://github.com/autodl-community/autodl-irssi/releases/download/community-v${pkgver}/${pkgname}-v${pkgver}.zip")
md5sums=('1fd5701578f69a293547fea7f697c6e1')