summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3360613c6e3..960045532ac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=python-sabctools
pkgname='python-sabctools'
_name=sabctools
-pkgver=8.1.0
-pkgrel=2
+pkgver=8.2.3
+pkgrel=1
pkgdesc="implements three main sets of C implementations that are used within SABnzbd"
arch=('any')
url="https://github.com/sabnzbd/sabctools/"
@@ -12,7 +12,7 @@ license=(GPL2)
depends=('python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('1652f0c8034c4238281b6e1b83fbd4c98b7520ae7e919e51809f870ecc0cd9cc349dbefb200459046b819904700ebd0161ac557758d7b6dc5275a425a9fd2396')
+sha512sums=('9ca72bb843fbcf8a30bbae2faba387f33f559888fee31b455c4abeabaac4ee98042a595b900df98aaf83151fc5f9383b7efc369f8b70a37ec6ac88ab00f24f5c')
package() {
cd "${srcdir}/${_name}-${pkgver}"