summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Ruijl2017-04-09 20:40:02 +0200
committerBen Ruijl2017-04-09 20:40:02 +0200
commita8793e5528b7f540478fe23b7669cafc7be47443 (patch)
tree9d595097cf6737c72a2864fc3f3a85ecf6c9b0d1
parente11ecb5387e16b78f4d954185716c6d05f32f98d (diff)
downloadaur-a8793e5528b7f540478fe23b7669cafc7be47443.tar.gz
Upgraded to 2.0.0.
This involves a new dependency: python2-sabyenc
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cd2baa9fce6..9fcb6c7d0161 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sabnzbd
pkgdesc = A web-interface based binary newsgrabber with NZB file support
- pkgver = 1.2.3
+ pkgver = 2.0.0
pkgrel = 1
url = http://www.sabnzbd.org
install = sabnzbd.install
@@ -10,7 +10,7 @@ pkgbase = sabnzbd
depends = par2cmdline
depends = python2
depends = python2-cheetah
- depends = python2-yenc
+ depends = python2-sabyenc
depends = sqlite
depends = unrar
depends = unzip
@@ -20,7 +20,7 @@ pkgbase = sabnzbd
optdepends = par2cmdline-tbb: par2 multi-threading
backup = etc/conf.d/sabnzbd
backup = opt/sabnzbd/sabnzbd.ini
- source = https://github.com/sabnzbd/sabnzbd/releases/download/1.2.3/SABnzbd-1.2.3-src.tar.gz
+ source = https://github.com/sabnzbd/sabnzbd/releases/download/2.0.0/SABnzbd-2.0.0-src.tar.gz
source = sabnzbd
source = sabnzbd.desktop
source = addnzb.sh
@@ -29,7 +29,7 @@ pkgbase = sabnzbd
source = x-nzb.xml
source = sabnzbd.service
source = sabnzbd.confd
- md5sums = e59d437a6c702f814fce40d7caa850fb
+ md5sums = 3f8c34ef5b20855172db82080d1b9dad
md5sums = 48d60a1c626503c7fef1bc5374390513
md5sums = 36e5f0f60f28f67102682f80e33c6d4b
md5sums = 69b9bcbcf67ff3e7a4cdd9f26e001341
diff --git a/PKGBUILD b/PKGBUILD
index 233cf5bfa757..3eaaadf42856 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
pkgname=sabnzbd
_pkgname=SABnzbd
-pkgver=1.2.3
+pkgver=2.0.0
pkgrel=1
pkgdesc="A web-interface based binary newsgrabber with NZB file support"
url="http://www.sabnzbd.org"
arch=("any")
license=("GPL")
depends=("curl" "par2cmdline"
- "python2" "python2-cheetah" "python2-yenc"
+ "python2" "python2-cheetah" "python2-sabyenc"
"sqlite" "unrar" "unzip")
optdepends=("xdg-utils: registration of .nzb files" "python2-feedparser: rss support" "python2-pyopenssl: ssl support" "par2cmdline-tbb: par2 multi-threading")
install="${pkgname}.install"
backup=("etc/conf.d/sabnzbd" "opt/${pkgname}/${pkgname}.ini")
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}-src.tar.gz"
"${pkgname}" "${pkgname}.desktop" "addnzb.sh" "nzb.png" "sabnzbd.png" "x-nzb.xml" "${pkgname}.service" "${pkgname}.confd")
-md5sums=('e59d437a6c702f814fce40d7caa850fb'
+md5sums=('3f8c34ef5b20855172db82080d1b9dad'
'48d60a1c626503c7fef1bc5374390513'
'36e5f0f60f28f67102682f80e33c6d4b'
'69b9bcbcf67ff3e7a4cdd9f26e001341'