summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2024-01-03 08:59:14 -0800
committerDonald Webster2024-01-03 08:59:14 -0800
commit724152008d152abf7fa779e1917f50f00db499e8 (patch)
treed3d474bab06ce30090b8a5a3600aefd14526cd98
parent6edbf43dd6fd99d963424b2a327cef01ff052a65 (diff)
downloadaur-724152008d152abf7fa779e1917f50f00db499e8.tar.gz
Update to v8.1.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e525746bfa2..34737b53c869 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 = 7.1.2
+ pkgver = 8.1.0
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-7.1.2.tar.gz
- sha512sums = 5a4672adfa6d476dff34855a25ef2b2ff45beb5072b79be66c53580ca49d0a1f81dcccb6cd7329f507fd5f48c6b67ec71d269dd2610cc011a5befc2f240eb1e5
+ source = https://files.pythonhosted.org/packages/source/s/sabctools/sabctools-8.1.0.tar.gz
+ sha512sums = 1652f0c8034c4238281b6e1b83fbd4c98b7520ae7e919e51809f870ecc0cd9cc349dbefb200459046b819904700ebd0161ac557758d7b6dc5275a425a9fd2396
pkgname = python-sabctools
diff --git a/PKGBUILD b/PKGBUILD
index 751d0dc4b5bf..ccb29b43d295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-sabctools
pkgname='python-sabctools'
_name=sabctools
-pkgver=7.1.2
+pkgver=8.1.0
pkgrel=1
pkgdesc="implements three main sets of C implementations that are used within SABnzbd"
arch=('any')
@@ -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=('5a4672adfa6d476dff34855a25ef2b2ff45beb5072b79be66c53580ca49d0a1f81dcccb6cd7329f507fd5f48c6b67ec71d269dd2610cc011a5befc2f240eb1e5')
+sha512sums=('1652f0c8034c4238281b6e1b83fbd4c98b7520ae7e919e51809f870ecc0cd9cc349dbefb200459046b819904700ebd0161ac557758d7b6dc5275a425a9fd2396')
package() {
cd "${srcdir}/${_name}-${pkgver}"