tryton: update to 4.8.3, add missing dep. (#738)
This commit is contained in:
parent
5de284c370
commit
413d20b075
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'tryton'
|
# Template file for 'tryton'
|
||||||
pkgname=tryton
|
pkgname=tryton
|
||||||
version=4.8.2
|
version=4.8.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="tryton"
|
pycompile_module="tryton"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="pygtk python-dateutil"
|
depends="pygtk python-dateutil python-gobject"
|
||||||
short_desc="Three-tier high-level general purpose application platform"
|
short_desc="Three-tier high-level general purpose application platform"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.tryton.org"
|
homepage="https://www.tryton.org"
|
||||||
distfiles="${PYPI_SITE}/t/tryton/tryton-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/tryton/tryton-${version}.tar.gz"
|
||||||
checksum=dda34b57c96bbc88311d4ae94b2208a891d46c2a4d120645b1f04cac79c7560a
|
checksum=1e2862bbe7c943afbbdf2232cdc55f75d2357640115c7f1483f0814b2c5a6882
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall tryton.desktop 644 usr/share/applications
|
vinstall tryton.desktop 644 usr/share/applications
|
||||||
|
|
Loading…
Reference in a new issue