summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2016-12-01 16:47:37 +0000
committerHans-Nikolai Viessmann2016-12-01 16:47:37 +0000
commit5c365f295d5088691afbb60beea942f49e37c309 (patch)
tree344650f4349e5ee2e993fdbd60e2dcb41de003f7
parent0db935d3013a62526a1c72a8eb283986d735158a (diff)
downloadaur-5c365f295d5088691afbb60beea942f49e37c309.tar.gz
Minor fix to PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbe84f5aab1d..88dc4ac9ee98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rutorrent-autodl-irssi-community
pkgdesc = Community fork of the autodl-irssi rutorrent plugin.
pkgver = 1.62.1
- pkgrel = 1
+ pkgrel = 2
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.62.1
+ depends = autodl-irssi-community=1.62
provides = rutorrent-autodl-irssi
conflicts = rutorrent-autodl-irssi-svn
replaces = rutorrent-autodl-irssi-svn
diff --git a/PKGBUILD b/PKGBUILD
index 0f931797bd74..768f3aa850db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _pkgname='autodl-rutorrent-community'
_installdir='usr/share/webapps/rutorrent/plugins/autodl-irssi'
pkgname='rutorrent-autodl-irssi-community'
pkgver=1.62.1
-pkgrel=1
+pkgrel=2
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=${pkgver}")
+depends=('rutorrent' "autodl-irssi-community=1.62")
provides=('rutorrent-autodl-irssi')
replaces=('rutorrent-autodl-irssi-svn')
conflicts=('rutorrent-autodl-irssi-svn')