diff options
author | Martin 'golodhrim' Scholz | 2021-02-17 19:58:31 +0100 |
---|---|---|
committer | Martin 'golodhrim' Scholz | 2021-02-17 19:58:31 +0100 |
commit | f8158edc5a3edb8201f07d82fbf0c76358b1827b (patch) | |
tree | f167a9aabe6d21cf200f4f446ec362c23690b69e | |
parent | f5878cb9b37f192a42dc498539b65584ec8e8026 (diff) | |
download | aur-f8158edc5a3edb8201f07d82fbf0c76358b1827b.tar.gz |
Adding purchase-requisition in version 5.8.1 for trytond
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,11 +5,11 @@ pkgver=5.8.1 _pkgdir=5.8 pkgrel=1 pkgbase=python-$_name -pkgdesc="Allows users to enter requests for product supply (requisition). This will create a Purchase request by line which will be treated by the purchasing department." +pkgdesc="Allows users to enter requests for product supply (requisition). This will create a "Purchase request" by line which will be treated by the purchasing department." 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=('afd2e54bfe04b6184fb1ae94cdc729dd12a4d8cd03e96a5e67d5568c143677ed') |