summarylogtreecommitdiffstats
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
parentccea6a442252c7c086e7b8e64c60ed9fe86b9ded (diff)
downloadaur-1b345f4e958b7957cf5a1bd12360c25ea69f80fe.tar.gz
Fixed incorrect conflicts value.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index badbed0fdec7..230b654c175d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autodl-irssi-community
pkgdesc = Community fork of the plugin for irssi which monitors IRC announce channels and downloads torrents based on user defined filters.
pkgver = 1.62
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/autodl-community/autodl-irssi
install = autodl-irssi-community.install
changelog = CHANGELOG.md
@@ -19,6 +19,7 @@ pkgbase = autodl-irssi-community
depends = perl-xml-libxslt
optdepends = rutorrent-autodl-irssi-community: Community autodl-irssi plugin for rutorrent.
provides = autodl-irssi
+ conflicts = autodl-irssi-svn
replaces = autodl-irssi-svn
source = https://github.com/autodl-community/autodl-irssi/releases/download/community-v1.62/autodl-irssi-community-v1.62.zip
md5sums = 1fd5701578f69a293547fea7f697c6e1
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')