summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIyán Méndez Veiga2022-10-04 00:25:03 +0200
committerIyán Méndez Veiga2022-10-04 00:25:03 +0200
commiteb1a480113078d42827612c81318c7468b7c4d0d (patch)
tree4895177463b63da83b0cd266fa0ab83be1465bf5
parent727ff46f37fa1190a50f9a8a09ee18c62c78b670 (diff)
downloadaur-eb1a480113078d42827612c81318c7468b7c4d0d.tar.gz
upgpkg: python-pydes 2.0.1-6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63dc7bae9212..46b4dc45cd7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = python-pydes
pkgdesc = Pure python implementation of DES and TRIPLE DES encryption algorithm
pkgver = 2.0.1
- pkgrel = 5
+ pkgrel = 6
url = https://pypi.org/project/pyDes/
- arch = x86_64
+ arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index 36337ea4e0e2..128316c0b930 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=pyDes
pkgname=python-pydes
pkgver=2.0.1
-pkgrel=5
+pkgrel=6
pkgdesc="Pure python implementation of DES and TRIPLE DES encryption algorithm"
-arch=('x86_64')
+arch=('any')
url="https://pypi.org/project/pyDes/"
license=('MIT')
depends=('python')