summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46b4dc45cd7c..6b7e2c471dfd 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 = 6
+ pkgrel = 3
url = https://pypi.org/project/pyDes/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 128316c0b930..69e5f411ee2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pyDes
pkgname=python-pydes
pkgver=2.0.1
-pkgrel=6
+pkgrel=3
pkgdesc="Pure python implementation of DES and TRIPLE DES encryption algorithm"
arch=('any')
url="https://pypi.org/project/pyDes/"