summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin 'golodhrim' Scholz2021-01-17 03:07:04 +0100
committerMartin 'golodhrim' Scholz2021-01-17 03:07:04 +0100
commit07be7d27311c79879c9e3225136c382d54b3abb1 (patch)
tree8e1eee4a17ad44d1629e66c72a19da0769243eaa /PKGBUILD
parented631439f90ec4ded10891c31aa27aabbda7b6cb (diff)
downloadaur-07be7d27311c79879c9e3225136c382d54b3abb1.tar.gz
Adding authentication-sms in version 5.8.1 for trytond
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ce423f4755c..6121f5b2b039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Martin Scholz <scholz.m82@gmail.com>
pkgname=python-trytond_authentication_sms
_name=trytond_authentication_sms
-pkgver=5.2.0
-_pkgdir=5.2
+pkgver=5.8.1
+_pkgdir=5.8
pkgrel=1
+pkgbase=python-$_name
pkgdesc="Tryton module to authenticate users via SMS"
arch=('any')
url="http://www.tryton.org/"
@@ -11,7 +12,8 @@ license=('GPL3')
depends=('python>=3.5')
makedepends=('python-distribute')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('5f30690718bea41b0c3999b096987673d5f87a5552fec264938eddce28fe6ba6')
+sha256sums=('0415c438e54e5bd20e6caaa60dd8b157a8b3837ccba61934d12a86e28ca85762')
+b2sums=('27c4ea7d260f09dbb47c3cc77e3dd9edba565621dbcc1598f7ecc65a21a8e128280e6cfa35ca33c5ba53bfb6c5e30779071a8dcb2639fadc78653632538e62e3')
build() {
cd $srcdir/$_name-$pkgver