summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e9609d8acc2..dfb58688e6f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = sabnzbd
pkgdesc = A web-interface based binary newsgrabber with NZB file support
- pkgver = 4.2.2
+ pkgver = 4.3.1
pkgrel = 1
url = http://www.sabnzbd.org
install = sabnzbd.install
arch = any
license = GPL
+ depends = apprise
depends = curl
depends = par2cmdline
depends = python
@@ -47,12 +48,12 @@ pkgbase = sabnzbd
optdepends = dbus-python: for system power management
optdepends = python-orjson: ~2x faster than ujson, requires rust
backup = var/lib/sabnzbd/sabnzbd.ini
- source = https://github.com/sabnzbd/sabnzbd/releases/download/4.2.2/SABnzbd-4.2.2-src.tar.gz
+ source = https://github.com/sabnzbd/sabnzbd/releases/download/4.3.1/SABnzbd-4.3.1-src.tar.gz
source = sabnzbd.service
source = sabnzbd@.service
source = sabnzbd.sysusers
source = sabnzbd.tmpfiles
- sha256sums = c4996a2ba65f279af81c93b1330591d8a58c2144b718d134972878cf4b527cd1
+ sha256sums = c9902c212df3e6b7208c850e6ceab244afc4b3e173459c425db9be4df902bd44
sha256sums = 4271446ec586c41c94d61fb0eb2b8854a40246a5af24b36ff80f5438becd6fc3
sha256sums = fcc4e5a9ff4bc28cf4dd9fdb28f1ebd440669e630d8677a1afbef97349ac7466
sha256sums = 525f294372963fde09db08b0368c80078a16d4cefcb34f8179706336709afdf7
diff --git a/PKGBUILD b/PKGBUILD
index d8c55bd57641..e81a07f690cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Donald Webster <fryfrog@gmail.com>
pkgname=sabnzbd
-pkgver=4.2.2
+pkgver=4.3.1
pkgrel=1
pkgdesc='A web-interface based binary newsgrabber with NZB file support'
url='http://www.sabnzbd.org'
arch=('any')
license=('GPL')
depends=(
+ 'apprise'
'curl'
'par2cmdline'
'python'
@@ -65,7 +66,7 @@ source=(
'sabnzbd.tmpfiles'
)
-sha256sums=('c4996a2ba65f279af81c93b1330591d8a58c2144b718d134972878cf4b527cd1'
+sha256sums=('c9902c212df3e6b7208c850e6ceab244afc4b3e173459c425db9be4df902bd44'
'4271446ec586c41c94d61fb0eb2b8854a40246a5af24b36ff80f5438becd6fc3'
'fcc4e5a9ff4bc28cf4dd9fdb28f1ebd440669e630d8677a1afbef97349ac7466'
'525f294372963fde09db08b0368c80078a16d4cefcb34f8179706336709afdf7'