summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2019-11-20 11:13:07 -0500
committerStorm Dragon2019-11-20 11:13:07 -0500
commitede9c2c0df0dc18c8029949bc180550071a7f431 (patch)
tree69161c3fdc83dcef531e5ef2036f4fe14460b68f
parentfb6e60f463d4c3d651f65da9fc7ac1b3de7c7fa7 (diff)
downloadaur-ede9c2c0df0dc18c8029949bc180550071a7f431.tar.gz
rel bump.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d79535648e5..06c30a97287e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Dec 12 21:18:46 UTC 2018
pkgbase = python-hkdf
pkgdesc = This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01
pkgver = 0.0.3
- pkgrel = 3
+ pkgrel = 4
url = https://pypi.python.org/packages/c3/be/hkdf-0.0.3
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index e3df09ecd4f0..589f5f435f89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('python-hkdf' 'python2-hkdf')
pkgver=0.0.3
-pkgrel=3
+pkgrel=4
pkgdesc="This module implements the HMAC Key Derivation function, defined at http://tools.ietf.org/html/draft-krawczyk-hkdf-01"
arch=('any')
url="https://pypi.python.org/packages/c3/be/hkdf-${pkgver}"