summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-13 07:01:30 +0200
committerMarcell Meszaros2022-06-13 07:01:30 +0200
commit1f74c1394d324b26428405b1276f65dc9104d6c1 (patch)
tree993993e14568aadb16e92e0a5293064ef4b03b22
parentf13c4e4ed37b35fcb5bef7db30c02e13bd93aa96 (diff)
downloadaur-1f74c1394d324b26428405b1276f65dc9104d6c1.tar.gz
bump 3.1.7-5 after changes in declared dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1363bdcc5ec7..6456974c1e0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-bcrypt
pkgdesc = Modern password hashing for your software and your servers
pkgver = 3.1.7
- pkgrel = 4
+ pkgrel = 5
url = https://pypi.org/project/bcrypt/3.1.7/
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 684748484180..f34e906f4d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname='python2-bcrypt'
_name="${pkgname#python2-}"
pkgver=3.1.7
-pkgrel=4
+pkgrel=5
pkgdesc='Modern password hashing for your software and your servers'
arch=('x86_64')
url="https://pypi.org/project/${_name}/${pkgver}/"