[arch-commits] Commit in python-pyotp/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Jan 20 23:05:22 UTC 2021


    Date: Wednesday, January 20, 2021 @ 23:05:22
  Author: anthraxx
Revision: 824031

upgpkg: python-pyotp 2.4.1-1

Modified:
  python-pyotp/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-20 22:58:44 UTC (rev 824030)
+++ PKGBUILD	2021-01-20 23:05:22 UTC (rev 824031)
@@ -3,9 +3,9 @@
 
 pkgname=python-pyotp
 _pkgname=pyotp
-_gitcommit=041f5d3c65379d7188821caf92436c7f226ec60e
-pkgver=2.3.0
-pkgrel=3
+_gitcommit=480770f6b86c6445ffa041a830532b72e45ced6c
+pkgver=2.4.1
+pkgrel=1
 pkgdesc='Python library for generating and verifying one-time passwords'
 url='https://pyotp.readthedocs.io/'
 arch=('any')
@@ -19,7 +19,7 @@
 
 pkgver() {
   cd ${_pkgname}
-  git describe --always --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 build() {



More information about the arch-commits mailing list