summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin 'golodhrim' Scholz2020-08-04 14:35:44 +0200
committerMartin 'golodhrim' Scholz2020-08-04 14:35:44 +0200
commit2148ab357d289ec3504eec7acb81cefcae95fa83 (patch)
tree31311a9f47ae40b49c89e3c6716078e1a4d1aa60
parent1f998ad9b51e3905a8adb51374582ab19fc383b0 (diff)
downloadaur-2148ab357d289ec3504eec7acb81cefcae95fa83.tar.gz
adding for trytond
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 928641fb8d87..cfa65559145c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
-pkgbase = python-trytond_stock_package
+pkgbase = trytond_stock_package
pkgdesc = Tryton module for stock packaging
- pkgver = 5.2.0
+ pkgver = 5.6.0
pkgrel = 1
url = http://www.tryton.org/
arch = any
license = GPL3
makedepends = python-distribute
depends = python>=3.5
- source = https://files.pythonhosted.org/packages/source/t/trytond_stock_package/trytond_stock_package-5.2.0.tar.gz
- sha256sums = df0f266b33f766696d4a8cd2e673cdf58adaf91f1245181b5faea464dc7e94e0
+ source = https://files.pythonhosted.org/packages/source/t/trytond_stock_package/trytond_stock_package-5.6.0.tar.gz
+ sha256sums = 6a5e0f2f8cde85907ed5beb15a935754d4b19328b5ae6b0d653887e10e9e1d3e
pkgname = python-trytond_stock_package
diff --git a/PKGBUILD b/PKGBUILD
index f6b7b0baec36..750fa8b75541 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Martin Scholz <scholz.m82@gmail.com>
pkgname=python-trytond_stock_package
_name=trytond_stock_package
-pkgver=5.2.0
-_pkgdir=5.2
+pkgver=5.6.0
+_pkgdir=5.6
pkgrel=1
+pkgbase=$_name
pkgdesc="Tryton module for stock packaging"
arch=('any')
url="http://www.tryton.org/"
@@ -11,7 +12,7 @@ license=('GPL3')
depends=('python>=3.5')
makedepends=('python-distribute')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('df0f266b33f766696d4a8cd2e673cdf58adaf91f1245181b5faea464dc7e94e0')
+sha256sums=('6a5e0f2f8cde85907ed5beb15a935754d4b19328b5ae6b0d653887e10e9e1d3e')
build() {
cd $srcdir/$_name-$pkgver