diff options
author | Martin 'golodhrim' Scholz | 2021-02-16 21:53:38 +0100 |
---|---|---|
committer | Martin 'golodhrim' Scholz | 2021-02-16 21:53:38 +0100 |
commit | f5878cb9b37f192a42dc498539b65584ec8e8026 (patch) | |
tree | a47e0a53425da965aa53e4c3b9a79e7b39e07e24 | |
parent | badccee2cfb0f209aed68a39bf79cd38660fed08 (diff) | |
download | aur-f5878cb9b37f192a42dc498539b65584ec8e8026.tar.gz |
Upgrade 5.8
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,5 @@ pkgbase = python-trytond_purchase_requisition + 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. pkgver = 5.8.1 pkgrel = 1 url = http://www.tryton.org/ @@ -8,6 +9,7 @@ pkgbase = python-trytond_purchase_requisition depends = python>=3.5 source = https://files.pythonhosted.org/packages/source/t/trytond_purchase_requisition/trytond_purchase_requisition-5.8.1.tar.gz sha256sums = afd2e54bfe04b6184fb1ae94cdc729dd12a4d8cd03e96a5e67d5568c143677ed + sha512sums = f0c97dc5b484ddf5c51a1a12e2015995803bebe7b8909857de5b083ae4fcc7f257c5d37e6c4f9c309425d076bce566f1ce56cb56f8881a82688871912f28c4db b2sums = ca74b85717edc397f8384e51f78f57dfa40d4800ece73151226a07dc628705fd2f3f9cad1bb5d64a6708003f9e115d6be70bc508a98842d3ed5c5ba798648539 pkgname = python-trytond_purchase_requisition @@ -5,7 +5,7 @@ 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') |