summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c1f865ccce5..7d3a8d5d9b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pyminizip
pkgname=python-$_pkgname
-pkgver=0.2.5
+pkgver=0.2.6
pkgrel=1
pkgdesc="Create a password encrypted zip file in python"
arch=('x86_64')
@@ -10,7 +10,7 @@ url='https://github.com/smihica/pyminizip'
license=('custom')
depends=('python')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('95c3cb3ad838e1374534c8c3a4408e44eccc06598730c095de338d814fe09ccf')
+sha256sums=('0a954dd2a65fd72c8b827b83fb806fb4f301075a6ec43e207d3345ab15843a7a')
build() {
cd "$srcdir/$_pkgname-$pkgver"