summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin 'golodhrim' Scholz2021-02-17 19:58:31 +0100
committerMartin 'golodhrim' Scholz2021-02-17 19:58:31 +0100
commitf8158edc5a3edb8201f07d82fbf0c76358b1827b (patch)
treef167a9aabe6d21cf200f4f446ec362c23690b69e
parentf5878cb9b37f192a42dc498539b65584ec8e8026 (diff)
downloadaur-f8158edc5a3edb8201f07d82fbf0c76358b1827b.tar.gz
Adding purchase-requisition in version 5.8.1 for trytond
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94a842cdc7f8..ed763a934f2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')