summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-05-02 21:17:56 -0400
committerGuillaume Horel2019-05-02 21:17:56 -0400
commit7944fb677cbbf97ad0f90ea774ca55acff727f1d (patch)
tree4d3250a01b9123e4cad51f5338acb922aed94664 /PKGBUILD
parent46f9af2defe7429b8dca1849cf851c9b048aa88d (diff)
downloadaur-python-pickle5.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d878843948d6..31c0dbba6d28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-pickle5')
_pkgname='pickle5'
-pkgver='0.0.6'
+pkgver='0.0.7'
pkgrel=1
pkgdesc="Experimental backport of the pickle 5 protocol (PEP 574)"
url="https://github.com/pitrou/pickle5-backport"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('custom')
arch=('any')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('ae0022ad79930cf8cd190eade903ec5041c36a0237bab8ac38a50d2c9d3fc3cb')
+sha256sums=('4aab3fefd665257c16b95ff158c38bedf26595aebcbf11d264e653866579b175')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"