summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin 'golodhrim' Scholz2021-01-17 02:59:58 +0100
committerMartin 'golodhrim' Scholz2021-01-17 02:59:58 +0100
commitd416cc0d0f11b919ec1cf806e12bb545e495cb81 (patch)
treed49c5e65d9dd53fef5fc50b7fdfe688fbc4584b0
parent482a65ce43da4693a7e17782c1e5729956245ada (diff)
downloadaur-d416cc0d0f11b919ec1cf806e12bb545e495cb81.tar.gz
Adding bank in version 5.8.1 for trytond
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 1eb6a87475fb..c7330a860a48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
-*.tar.xz
*.tar.gz
+*.tar.xz
*.asc
/src
/pkg
-
diff --git a/PKGBUILD b/PKGBUILD
index c5cfdabd8ba8..22c24983e1f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Martin Scholz <scholz.m82@gmail.com>
pkgname=python-trytond_bank
_name=trytond_bank
-pkgver=5.2.0
-_pkgdir=5.2
+pkgver=5.8.1
+_pkgdir=5.8
pkgrel=1
+pkgbase=python-$_name
pkgdesc="Tryton module with banks"
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=('68ba3ad0c5379c6929a6c972cc8154bc68d8581a841820071b7de682ece63084')
+sha256sums=('30627245ffceee603b8e46630e21722a4106d306c58c4f467d388fccb605b093')
+b2sums=('c225eda1df132868ea01d796f1dfdd24521ecc0bc995667dd14a6e829b2496492cd801c0d6fd9a1298b337f72b0d9e8a63c6a4ed7b4ed8108bf3ee19a67329b2')
build() {
cd $srcdir/$_name-$pkgver