summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBet42021-11-23 20:17:19 +0800
committerBet42021-11-23 20:17:19 +0800
commit5441b18298740d84de0a00bce1f954a834f3ebee (patch)
treec8405eab274ae2113778c9b83640dce5613232f9
parent2fab1758903c86ec8943eba77d986f2235edfb84 (diff)
downloadaur-5441b18298740d84de0a00bce1f954a834f3ebee.tar.gz
Update to 0.2.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5630adb54d78..e5fc83f9c255 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-pyminizip
pkgdesc = Create a password encrypted zip file in python
- pkgver = 0.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/smihica/pyminizip
arch = x86_64
license = custom
depends = python
- source = https://files.pythonhosted.org/packages/source/p/pyminizip/pyminizip-0.2.4.tar.gz
- sha256sums = 347be4c47d7390fc3265a3ce774fd036d0c85cf1efc9bd1ba5a3b3d28e89b255
+ source = https://files.pythonhosted.org/packages/source/p/pyminizip/pyminizip-0.2.5.tar.gz
+ sha256sums = 95c3cb3ad838e1374534c8c3a4408e44eccc06598730c095de338d814fe09ccf
pkgname = python-pyminizip
-
diff --git a/PKGBUILD b/PKGBUILD
index 07f653fe66da..7c1f865ccce5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pyminizip
pkgname=python-$_pkgname
-pkgver=0.2.4
+pkgver=0.2.5
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=('347be4c47d7390fc3265a3ce774fd036d0c85cf1efc9bd1ba5a3b3d28e89b255')
+sha256sums=('95c3cb3ad838e1374534c8c3a4408e44eccc06598730c095de338d814fe09ccf')
build() {
cd "$srcdir/$_pkgname-$pkgver"