summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2020-08-01 08:17:35 -0700
committerDonald Webster2020-08-01 08:17:35 -0700
commitc75a6627839f31796a9225904be831c675c247f5 (patch)
treee8f73445db4ce79f831a43511aad775fc05b975a
parenta287502ea2b3809f8ab0c23ea3917e8563f3ef9f (diff)
downloadaur-c75a6627839f31796a9225904be831c675c247f5.tar.gz
Update to v3.0.0.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaf10396e032..e6dc73459703 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,12 +27,12 @@ pkgbase = sabnzbd
optdepends = par2cmdline-tbb: par2 multi-threading
optdepends = p7zip: for .7z support
backup = var/lib/sabnzbd/sabnzbd.ini
- source = https://github.com/sabnzbd/sabnzbd/releases/download/3.0.0RC2/SABnzbd-3.0.0RC2-src.tar.gz
+ source = https://github.com/sabnzbd/sabnzbd/releases/download/3.0.0/SABnzbd-3.0.0-src.tar.gz
source = sabnzbd.service
source = sabnzbd@.service
source = sabnzbd.sysusers
source = sabnzbd.tmpfiles
- sha256sums = 283ef96a001bfb1806b208102a73f2198d7c505d92430c96197da23c74d9fc71
+ sha256sums = 2fea94378de55ff6f182c404f6afbe06f8c272855efc344d6354e433272ef24d
sha256sums = c1bcdb5ce7787aab5ab4f07508c1451441f42df0ec7be85a5dedda0a5ee70014
sha256sums = 4c4ff2882de744d1b5435470ed829d58defcc84fafc56e6211d1298c0b22813f
sha256sums = 525f294372963fde09db08b0368c80078a16d4cefcb34f8179706336709afdf7
diff --git a/PKGBUILD b/PKGBUILD
index 26c24cc462fb..2aa376ce8ea8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,6 @@
pkgname=sabnzbd
pkgver=3.0.0
-_subver='RC2'
pkgrel=1
pkgdesc='A web-interface based binary newsgrabber with NZB file support'
url='http://www.sabnzbd.org'
@@ -39,14 +38,14 @@ backup=('var/lib/sabnzbd/sabnzbd.ini')
install='sabnzbd.install'
source=(
- "https://github.com/sabnzbd/sabnzbd/releases/download/${pkgver}${_subver}/SABnzbd-${pkgver}${_subver}-src.tar.gz"
+ "https://github.com/sabnzbd/sabnzbd/releases/download/${pkgver}/SABnzbd-${pkgver}-src.tar.gz"
'sabnzbd.service'
'sabnzbd@.service'
'sabnzbd.sysusers'
'sabnzbd.tmpfiles'
)
-sha256sums=('283ef96a001bfb1806b208102a73f2198d7c505d92430c96197da23c74d9fc71'
+sha256sums=('2fea94378de55ff6f182c404f6afbe06f8c272855efc344d6354e433272ef24d'
'c1bcdb5ce7787aab5ab4f07508c1451441f42df0ec7be85a5dedda0a5ee70014'
'4c4ff2882de744d1b5435470ed829d58defcc84fafc56e6211d1298c0b22813f'
'525f294372963fde09db08b0368c80078a16d4cefcb34f8179706336709afdf7'
@@ -54,7 +53,7 @@ sha256sums=('283ef96a001bfb1806b208102a73f2198d7c505d92430c96197da23c74d9fc71'
package() {
mkdir -p "${pkgdir}/usr/lib/sabnzbd"
- cp -r "${srcdir}/SABnzbd-${pkgver}${_subver}/"* "${pkgdir}/usr/lib/sabnzbd"
+ cp -r "${srcdir}/SABnzbd-${pkgver}/"* "${pkgdir}/usr/lib/sabnzbd"
find "${pkgdir}/usr/lib/sabnzbd" -type d -exec chmod 755 {} \;
find "${pkgdir}/usr/lib/sabnzbd" -type f -exec chmod 644 {} \;