summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrett Cornwall2019-04-01 18:02:10 -0600
committerBrett Cornwall2019-04-01 18:02:10 -0600
commit7ae9b7e7fdb8a6ceacf20352203b1ffaa9d12602 (patch)
treedf3ff8be22e5302bf1708436ce6b3225ce39e254 /PKGBUILD
parentbdf2befb392adece36e4cf5e13aa65b4e7811289 (diff)
downloadaur-7ae9b7e7fdb8a6ceacf20352203b1ffaa9d12602.tar.gz
upgpkg: 1.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a6bd39a472d..e600e652b753 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ainola
pkgname=python-oath
-pkgver=1.4.1
-pkgrel=8
+pkgver=1.4.2
+pkgrel=1
pkgdesc="Python implementation of HOTP, TOTP and OCRA algorithms from OATH"
arch=('any')
url="https://github.com/bdauvergne/python-oath"
@@ -10,7 +10,7 @@ license=('BSD')
depends=('python')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/o/oath/oath-$pkgver.tar.gz")
-sha256sums=('60f59ead7dfe56c49e98ace4d4abab1b62fe65b657d3bfeebb60b322c0be30db')
+sha256sums=('4ab990e530ebbc607f67d7df34c5d26147a7d431bae54dcfb44b3704b04dbd0f')
build() {
cd "oath-$pkgver"