summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-05-21 17:43:37 +0300
committerCaleb Maclennan2021-05-21 17:43:37 +0300
commit180815bd53d4446638e3e3d9e99b11d2a0ab15b7 (patch)
treef06b1dd796cb4fe0bb788485de06f2fdb63c5750 /PKGBUILD
parent0e7ebb040829454e7cb4c08ad8618ad74c6d3c2e (diff)
downloadaur-180815bd53d4446638e3e3d9e99b11d2a0ab15b7.tar.gz
upgpkg: python-plum 0.6.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31d692b92dd8..f3375c55f449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pipname=plum
pkgname=python-${_pipname,,}
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc='Pack/Unpack Memory'
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("https://gitlab.com/dangass/$_pipname/-/archive/$pkgver/$_pipname-$pkgver.tar.bz2")
-sha256sums=('81abe267a49fe95f20368725c27a43122e4db981e9ae3b3e94139e924940a54a')
+sha256sums=('1a21067b45929e6ff738c294d108ade94877920e88180bc6814cc0807fb8655e')
build() {
cd "$_pipname-$pkgver"