summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin 'golodhrim' Scholz2020-08-04 14:36:42 +0200
committerMartin 'golodhrim' Scholz2020-08-04 14:36:42 +0200
commitec8e1485dc4bfccaaa4fd416ebacc25889d81269 (patch)
treeff0143f5f03d2679d1e770a0d8838e1807fdeb3b
parent3a72a980ab438163032ce9857a186a7332f4eab0 (diff)
downloadaur-ec8e1485dc4bfccaaa4fd416ebacc25889d81269.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 cffa6a8f1f2f..40d2bdb9bd26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
-pkgbase = python-trytond_web_shortener
+pkgbase = trytond_web_shortener
pkgdesc = Tryton module to plug a URL to an action
- 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_web_shortener/trytond_web_shortener-5.2.0.tar.gz
- sha256sums = 5ae412213524243994c0a3df1393c977f12bdeb14c6e57ee0dd5e5fe563c681f
+ source = https://files.pythonhosted.org/packages/source/t/trytond_web_shortener/trytond_web_shortener-5.6.0.tar.gz
+ sha256sums = 0e5d716815bf2357d0403e4333efa393d3fdecd6022fe9b2f675091ab83acb07
pkgname = python-trytond_web_shortener
diff --git a/PKGBUILD b/PKGBUILD
index 14db732069e1..f7acf61c5a21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Martin Scholz <scholz.m82@gmail.com>
pkgname=python-trytond_web_shortener
_name=trytond_web_shortener
-pkgver=5.2.0
-_pkgdir=5.2
+pkgver=5.6.0
+_pkgdir=5.6
pkgrel=1
+pkgbase=$_name
pkgdesc="Tryton module to plug a URL to an action"
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=('5ae412213524243994c0a3df1393c977f12bdeb14c6e57ee0dd5e5fe563c681f')
+sha256sums=('0e5d716815bf2357d0403e4333efa393d3fdecd6022fe9b2f675091ab83acb07')
build() {
cd $srcdir/$_name-$pkgver