summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7842baf808f..91461b61e843 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 = 2
+ pkgrel = 3
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
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 02964a5a190e..82eb80c710fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='autodl-irssi-community'
_pkgname='autodl-irssi'
pkgver=1.62
-pkgrel=2
+pkgrel=3
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=("${_pkgname}")
+conflicts=("autodl-irssi-svn")
source=("https://github.com/autodl-community/autodl-irssi/releases/download/community-v${pkgver}/${pkgname}-v${pkgver}.zip")
md5sums=('1fd5701578f69a293547fea7f697c6e1')