tryton: update to 4.8.2. (#280)
This commit is contained in:
parent
bfd7c9ccf4
commit
238798c980
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'tryton'
|
||||
pkgname=tryton
|
||||
version=4.6.4
|
||||
version=4.8.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
pycompile_module="tryton"
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="pygtk python-dateutil"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
short_desc="Three-tier high-level general purpose application platform"
|
||||
homepage="https://www.tryton.org"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
distfiles="${PYPI_SITE}/${pkgname:0:1}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=166f293b9a10be501472c0ddbafef054137afbc0b734545ffc324756a871bca0
|
||||
homepage="https://www.tryton.org"
|
||||
distfiles="${PYPI_SITE}/t/tryton/tryton-${version}.tar.gz"
|
||||
checksum=dda34b57c96bbc88311d4ae94b2208a891d46c2a4d120645b1f04cac79c7560a
|
||||
|
||||
post_install() {
|
||||
vinstall tryton.desktop 644 usr/share/applications
|
||||
|
|
Loading…
Reference in New Issue