summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-12-20 20:50:21 +0300
committerCaleb Maclennan2022-12-20 20:50:21 +0300
commit2c43e158941fdc5378afd0fe9a110499c3c8836b (patch)
treebaf8ec6a4cc5ff0783618ef76bd085776f21fdbc
parent0e1b63acbcf370f7d6cc101da5eac0a7cd9d7f0e (diff)
downloadaur-2c43e158941fdc5378afd0fe9a110499c3c8836b.tar.gz
upgpkg: python-plum 0.8.5-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 956d61461ead..e164eb3aca8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plum
pkgdesc = Pack/Unpack Memory
- pkgver = 0.7.9
+ pkgver = 0.8.5
pkgrel = 1
url = https://plum-py.readthedocs.io/en/latest/
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-plum
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source = https://gitlab.com/dangass/plum/-/archive/0.7.9/plum-0.7.9.tar.bz2
- sha256sums = 0f660a767ceb7a0374066ab3077fc274c409e751a00a904ddfe6ec88b52549a9
+ source = https://gitlab.com/dangass/plum/-/archive/0.8.5/plum-0.8.5.tar.bz2
+ sha256sums = 41016eed6cdbe1429afc21654cd05f935fc13ae8eb465981f6c3b1e92c57319e
pkgname = python-plum
diff --git a/PKGBUILD b/PKGBUILD
index dd8150ee9d36..c866067da462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=plum
pkgname=python-${_pyname,,}
-pkgver=0.7.9
+pkgver=0.8.5
pkgrel=1
pkgdesc='Pack/Unpack Memory'
arch=(any)
@@ -14,7 +14,7 @@ makedepends=(python-{build,installer}
python-wheel)
_archive="$_pyname-$pkgver"
source=("https://gitlab.com/dangass/$_pyname/-/archive/$pkgver/$_archive.tar.bz2")
-sha256sums=('0f660a767ceb7a0374066ab3077fc274c409e751a00a904ddfe6ec88b52549a9')
+sha256sums=('41016eed6cdbe1429afc21654cd05f935fc13ae8eb465981f6c3b1e92c57319e')
build() {
cd "$_archive"