summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin 'golodhrim' Scholz2021-01-17 02:58:13 +0100
committerMartin 'golodhrim' Scholz2021-01-17 02:58:13 +0100
commit815e239d25940fcfc67086638189c6a686f1a65a (patch)
tree3818cf75088ec0760a4d752fc325a1157b8efc7e /PKGBUILD
parent81945551ed37c8178531e58014c8a278f3adee93 (diff)
downloadaur-815e239d25940fcfc67086638189c6a686f1a65a.tar.gz
Adding account-product 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 077e61790af5..98ac29726b0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Martin Scholz <scholz.m82@gmail.com>
pkgname=python-trytond_account_product
_name=trytond_account_product
-pkgver=5.2.0
-_pkgdir=5.2
+pkgver=5.8.1
+_pkgdir=5.8
pkgrel=1
+pkgbase=python-$_name
pkgdesc="Tryton module to add accounting on product"
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=('a3beb905fcbc310fbf1f7f125cbe9f0caef7981ded0051f48e2d690ca957ff20')
+sha256sums=('5f743f8b1e62c687e500b5e664db5aa9e26d0babcd4b552a4d70515ae75c7781')
+b2sums=('e044feaf8125e7ea90193c2002c1deafc74c6b875b4faaebc77b679d9813dbd1b9620964577ab645033f8fcb8fb7a8fa2c4fd1fca06bcdd7f2ecf6252c165cd9')
build() {
cd $srcdir/$_name-$pkgver