diff options
author | Martin 'golodhrim' Scholz | 2021-02-17 19:58:49 +0100 |
---|---|---|
committer | Martin 'golodhrim' Scholz | 2021-02-17 19:58:49 +0100 |
commit | 963a2b74386774271159306137474d992be30f02 (patch) | |
tree | d8b89d3b889e8d00ea756c06aae01db520bff670 /PKGBUILD | |
parent | b45994c241e4b9d5595c13855c26f4b6a8d23398 (diff) | |
download | aur-963a2b74386774271159306137474d992be30f02.tar.gz |
Adding sale-history in version 5.8.1 for trytond
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ pkgdesc="Tryton module to historize sales" arch=('any') url="http://www.tryton.org/" license=('GPL3') -depends=('python>=3.5') +depends=('python>=3.6') makedepends=('python-distribute') source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") sha256sums=('76915c015adc5160acebf6c250799ecd1fe4b4282b0030eb598cab4cf5dc3008') |