summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2018-01-02 20:36:31 +0100
committerHans-Nikolai Viessmann2018-01-02 20:36:31 +0100
commit284c342e9ca70e6ea6970356139a4b04ca80f06c (patch)
treeb908d5846094034a67738144ea8b9b10d3290d03
parent0236785174e062a1dfa7b8f09b73cc4dcec9ca38 (diff)
downloadaur-284c342e9ca70e6ea6970356139a4b04ca80f06c.tar.gz
Updated to 2.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62e6188096af..dbd36ea5ffd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = rutorrent-autodl-irssi-community
pkgdesc = Community fork of the autodl-irssi rutorrent plugin.
- pkgver = 1.65.1
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/autodl-community/autodl-rutorrent
install = rutorrent-autodl-irssi-community.install
arch = any
license = MPL
depends = rutorrent
- depends = autodl-irssi-community>=1.65
+ depends = autodl-irssi-community>=2.0.0
provides = rutorrent-autodl-irssi
conflicts = rutorrent-autodl-irssi-svn
replaces = rutorrent-autodl-irssi-svn
backup = usr/share/webapps/rutorrent/plugins/autodl-irssi/conf.php
- source = https://github.com/autodl-community/autodl-rutorrent/archive/community-v1.65.1.tar.gz
- md5sums = ed83e7aa325827567be2dc093c83230a
+ source = https://github.com/autodl-community/autodl-rutorrent/archive/community-v2.0.0.tar.gz
+ md5sums = 766f092b272a57aa4cb308db551a963a
pkgname = rutorrent-autodl-irssi-community
diff --git a/PKGBUILD b/PKGBUILD
index cbd916100c66..982493597e3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,20 @@
_pkgname='autodl-rutorrent-community'
_installdir='usr/share/webapps/rutorrent/plugins/autodl-irssi'
pkgname='rutorrent-autodl-irssi-community'
-pkgver=1.65.1
+pkgver=2.0.0
pkgrel=1
pkgdesc='Community fork of the autodl-irssi rutorrent plugin.'
arch=('any')
url='https://github.com/autodl-community/autodl-rutorrent'
license=('MPL')
install='rutorrent-autodl-irssi-community.install'
-depends=('rutorrent' 'autodl-irssi-community>=1.65')
+depends=('rutorrent' 'autodl-irssi-community>=2.0.0')
provides=('rutorrent-autodl-irssi')
replaces=('rutorrent-autodl-irssi-svn')
conflicts=('rutorrent-autodl-irssi-svn')
backup=("${_installdir}/conf.php")
source=("https://github.com/autodl-community/autodl-rutorrent/archive/community-v${pkgver}.tar.gz")
-md5sums=('ed83e7aa325827567be2dc093c83230a')
+md5sums=('766f092b272a57aa4cb308db551a963a')
build() {
cd "$srcdir/$_pkgname-v$pkgver"