summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-12-19 14:44:29 +0300
committerCaleb Maclennan2023-12-19 14:44:29 +0300
commit969a24bc129e3c7f8e70abb60fe5f525caf0f1ca (patch)
tree82fd1ca2f797d606a1f33ad53ae9a94d9d580a86
parentefa99b5b20aedecd7767d1f535929d34e7ef8625 (diff)
downloadaur-969a24bc129e3c7f8e70abb60fe5f525caf0f1ca.tar.gz
upgpkg: python-plum 0.8.7-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7833efac2fd5..92614fd2d41b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-plum
pkgdesc = Pack/Unpack Memory
- pkgver = 0.8.5
- pkgrel = 3
+ pkgver = 0.8.7
+ pkgrel = 1
url = https://plum-py.readthedocs.io/en/latest/
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = python-plum
makedepends = python-wheel
makedepends = python-setuptools
depends = python
- source = https://gitlab.com/dangass/plum/-/archive/0.8.5/plum-0.8.5.tar.bz2
- sha256sums = 41016eed6cdbe1429afc21654cd05f935fc13ae8eb465981f6c3b1e92c57319e
+ source = https://gitlab.com/dangass/plum/-/archive/0.8.7/plum-0.8.7.tar.bz2
+ sha256sums = d0e0a40ac106260ce820018e22ef0cdcc569b267de51e667585b87f4215c2cd8
pkgname = python-plum
diff --git a/PKGBUILD b/PKGBUILD
index d0882b3466f2..086dfefd4412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pyname=plum
pkgname=python-${_pyname,,}
-pkgver=0.8.5
-pkgrel=3
+pkgver=0.8.7
+pkgrel=1
pkgdesc='Pack/Unpack Memory'
arch=(any)
url="https://$_pyname-py.readthedocs.io/en/latest/"
@@ -13,7 +13,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$_pyname-$pkgver"
source=("https://gitlab.com/dangass/$_pyname/-/archive/$pkgver/$_archive.tar.bz2")
-sha256sums=('41016eed6cdbe1429afc21654cd05f935fc13ae8eb465981f6c3b1e92c57319e')
+sha256sums=('d0e0a40ac106260ce820018e22ef0cdcc569b267de51e667585b87f4215c2cd8')
prepare() {
cd "$_archive"