summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cornwall2019-04-01 18:02:10 -0600
committerBrett Cornwall2019-04-01 18:02:10 -0600
commit7ae9b7e7fdb8a6ceacf20352203b1ffaa9d12602 (patch)
treedf3ff8be22e5302bf1708436ce6b3225ce39e254
parentbdf2befb392adece36e4cf5e13aa65b4e7811289 (diff)
downloadaur-7ae9b7e7fdb8a6ceacf20352203b1ffaa9d12602.tar.gz
upgpkg: 1.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 956b5c3dba8b..7d6656523cb7 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.1
- pkgrel = 8
+ pkgver = 1.4.2
+ pkgrel = 1
url = https://github.com/bdauvergne/python-oath
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = python-oath-1.4.1.tar.gz::https://pypi.io/packages/source/o/oath/oath-1.4.1.tar.gz
- sha256sums = 60f59ead7dfe56c49e98ace4d4abab1b62fe65b657d3bfeebb60b322c0be30db
+ source = python-oath-1.4.2.tar.gz::https://pypi.io/packages/source/o/oath/oath-1.4.2.tar.gz
+ sha256sums = 4ab990e530ebbc607f67d7df34c5d26147a7d431bae54dcfb44b3704b04dbd0f
pkgname = python-oath
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"