summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin 'golodhrim' Scholz2021-01-17 02:54:49 +0100
committerMartin 'golodhrim' Scholz2021-01-17 02:54:49 +0100
commit9b13c0ebf7112d5247daf62b4d9ee8979e7eacf8 (patch)
treebd5511cd845b1d57ed96afc803d75088a0f001b2
parenta1035a82eb7b8cde2af0ec4ae754318a87c53bba (diff)
downloadaur-9b13c0ebf7112d5247daf62b4d9ee8979e7eacf8.tar.gz
Adding account-statement 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 6aba2b0dfe4b..aaba9f28fbde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Martin Scholz <scholz.m82@gmail.com>
pkgname=python-trytond_account_statement
_name=trytond_account_statement
-pkgver=5.2.0
-_pkgdir=5.2
+pkgver=5.8.1
+_pkgdir=5.8
pkgrel=1
+pkgbase=python-$_name
pkgdesc="Tryton module with account statements"
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=('ec16907164e259a3db08c42298f30bb22395ebdcb9e6a0c632d67b0e243ea674')
+sha256sums=('87d5d8ed2f1a1e6c4fe2556b0df5993800d43fafecaa12e2dd602744b4038099')
+b2sums=('61e6376666fdde2ae8cef8e019a0089770d777224e5936660449dcc3efb125d086e725f27e4d91513aadb4f2396532ce0c4e81268d02bf8091b99a5da616b3bf')
build() {
cd $srcdir/$_name-$pkgver