summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cornwall2019-05-04 14:23:17 -0600
committerBrett Cornwall2019-05-04 14:23:17 -0600
commitda32f54190690616d99d3ee9f254b395ca24c476 (patch)
tree7fb943223b852922dad524deefa4fc87da8e04ee
parent7ae9b7e7fdb8a6ceacf20352203b1ffaa9d12602 (diff)
downloadaur-da32f54190690616d99d3ee9f254b395ca24c476.tar.gz
upgpkg: 1.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d6656523cb7..cf8d499e4f90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-oath
pkgdesc = Python implementation of HOTP, TOTP and OCRA algorithms from OATH
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/bdauvergne/python-oath
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = python-oath-1.4.2.tar.gz::https://pypi.io/packages/source/o/oath/oath-1.4.2.tar.gz
- sha256sums = 4ab990e530ebbc607f67d7df34c5d26147a7d431bae54dcfb44b3704b04dbd0f
+ source = python-oath-1.4.3.tar.gz::https://pypi.io/packages/source/o/oath/oath-1.4.3.tar.gz
+ sha256sums = d5dc1064540186caa494982d538ee471437cb11aab690e83904029d31f660ff7
pkgname = python-oath
diff --git a/PKGBUILD b/PKGBUILD
index e600e652b753..cbd2b680e3dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ainola
pkgname=python-oath
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="Python implementation of HOTP, TOTP and OCRA algorithms from OATH"
arch=('any')
@@ -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=('4ab990e530ebbc607f67d7df34c5d26147a7d431bae54dcfb44b3704b04dbd0f')
+sha256sums=('d5dc1064540186caa494982d538ee471437cb11aab690e83904029d31f660ff7')
build() {
cd "oath-$pkgver"