summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2022-06-18 18:18:16 +0200
committerIyán Méndez Veiga2022-06-18 18:18:16 +0200
commit727ff46f37fa1190a50f9a8a09ee18c62c78b670 (patch)
tree07054be88db91471858c26e3453af241a42f7c3a
parentde7406c4757660261e0da89b51f9b35bf40c1d21 (diff)
downloadaur-727ff46f37fa1190a50f9a8a09ee18c62c78b670.tar.gz
upgpkg: python-pydes 2.0.1-5
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20d4ff4fbab3..63dc7bae9212 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pydes
pkgdesc = Pure python implementation of DES and TRIPLE DES encryption algorithm
pkgver = 2.0.1
- pkgrel = 4
+ pkgrel = 5
url = https://pypi.org/project/pyDes/
arch = x86_64
license = MIT
@@ -11,6 +11,6 @@ pkgbase = python-pydes
makedepends = python-wheel
depends = python
source = pyDes-2.0.1.tar.gz::https://files.pythonhosted.org/packages/source/p/pyDes/pyDes-2.0.1.tar.gz
- sha256sums = e2ab8e21d2b83e90d90dbfdcb6fb8ac0000b813238b7ecaede04f8435c389012
+ b2sums = 45a2d0575519afc389abe080f2c3a6751c5ee1f973e9e4370f24c5dbf9d85882e875682005eae3d749a2e11bffc3cd46868f83baa58f9e7e4feb7a25db641a14
pkgname = python-pydes
diff --git a/.gitignore b/.gitignore
index 9881fec21af4..92058b028e45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
*.tar.*
+*.log
diff --git a/PKGBUILD b/PKGBUILD
index 62641fd0dfca..36337ea4e0e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pyDes
pkgname=python-pydes
pkgver=2.0.1
-pkgrel=4
+pkgrel=5
pkgdesc="Pure python implementation of DES and TRIPLE DES encryption algorithm"
arch=('x86_64')
url="https://pypi.org/project/pyDes/"
@@ -15,7 +15,7 @@ makedepends=(
'python-wheel'
)
source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-$pkgver.tar.gz")
-sha256sums=('e2ab8e21d2b83e90d90dbfdcb6fb8ac0000b813238b7ecaede04f8435c389012')
+b2sums=('45a2d0575519afc389abe080f2c3a6751c5ee1f973e9e4370f24c5dbf9d85882e875682005eae3d749a2e11bffc3cd46868f83baa58f9e7e4feb7a25db641a14')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"