summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2024-05-29 14:34:43 -0700
committerDonald Webster2024-05-29 14:34:43 -0700
commit75329552f90e5ab392bffb6912cff6c7e312da1f (patch)
treeb016d7d89afe6d947a8485b987b586427117dd7d
parent0789ec4c30472a4d7cf4bf0504334333790b92b3 (diff)
downloadaur-python-sabctools.tar.gz
Update to v8.2.3.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6fdf322f189..c64672048718 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-sabctools
pkgdesc = implements three main sets of C implementations that are used within SABnzbd
- pkgver = 8.1.0
- pkgrel = 2
+ pkgver = 8.2.3
+ pkgrel = 1
url = https://github.com/sabnzbd/sabctools/
arch = any
license = GPL2
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/s/sabctools/sabctools-8.1.0.tar.gz
- sha512sums = 1652f0c8034c4238281b6e1b83fbd4c98b7520ae7e919e51809f870ecc0cd9cc349dbefb200459046b819904700ebd0161ac557758d7b6dc5275a425a9fd2396
+ source = https://files.pythonhosted.org/packages/source/s/sabctools/sabctools-8.2.3.tar.gz
+ sha512sums = 9ca72bb843fbcf8a30bbae2faba387f33f559888fee31b455c4abeabaac4ee98042a595b900df98aaf83151fc5f9383b7efc369f8b70a37ec6ac88ab00f24f5c
pkgname = python-sabctools
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}"