summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm Dragon2018-08-14 16:05:31 -0400
committerStorm Dragon2018-08-14 16:05:31 -0400
commit761957605ed827a359baf869a21da7ea2508115e (patch)
tree35e6ca68b6bc54d5f7f6033a40a62a6b3651ecac
parent05287b828d81e6a64ca56c7f1782fea7d5e6949b (diff)
downloadaur-761957605ed827a359baf869a21da7ea2508115e.tar.gz
Bumped pkgrel for python rebuild.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 014577efed5c..3ff8f0d8a13e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Aug 10 00:54:08 UTC 2016
+# Tue Aug 14 20:05:25 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 = 1
+ pkgrel = 2
url = https://pypi.python.org/packages/c3/be/hkdf-0.0.3
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 60303fafec29..d908d7434ce4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-hkdf
pkgver=0.0.3
-pkgrel=1
+pkgrel=2
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}"