summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2019-11-22 10:40:49 -0800
committerDonald Webster2019-11-22 10:40:49 -0800
commitf11d514c9a19903d122ef780e0759bd9776694c0 (patch)
treec7cc912c159d795407fa9f2cf42c68f7a98889eb /PKGBUILD
parent8435766db168f5ce4ed1c6c53ab3ce76265de309 (diff)
downloadaur-f11d514c9a19903d122ef780e0759bd9776694c0.tar.gz
Remove variable that is only used once.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efd88b9755f0..3980b6ced83c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
# Maintainer: Donald Webster <fryfrog@gmail.com>
pkgname=sabnzbd
-_pkgname=SABnzbd
pkgver=2.3.9
pkgrel=1
pkgdesc='A web-interface based binary newsgrabber with NZB file support'
@@ -23,7 +22,7 @@ optdepends=('python2-feedparser: rss support'
'p7zip: for .7z support')
backup=('opt/sabnzbd/sabnzbd.ini')
-source=("https://github.com/sabnzbd/sabnzbd/releases/download/${pkgver}/${_pkgname}-${pkgver}-src.tar.gz"
+source=("https://github.com/sabnzbd/sabnzbd/releases/download/${pkgver}/SABnzbd-${pkgver}-src.tar.gz"
'sabnzbd.service'
'sabnzbd.sysusers'
'sabnzbd.tmpfiles')