mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
tryton: update to 4.8.2. (#280)
This commit is contained in:
parent
bfd7c9ccf4
commit
238798c980
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'tryton'
|
# Template file for 'tryton'
|
||||||
pkgname=tryton
|
pkgname=tryton
|
||||||
version=4.6.4
|
version=4.8.2
|
||||||
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"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
|
||||||
short_desc="Three-tier high-level general purpose application platform"
|
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"
|
license="GPL-3.0-or-later"
|
||||||
distfiles="${PYPI_SITE}/${pkgname:0:1}/${pkgname}/${pkgname}-${version}.tar.gz"
|
homepage="https://www.tryton.org"
|
||||||
checksum=166f293b9a10be501472c0ddbafef054137afbc0b734545ffc324756a871bca0
|
distfiles="${PYPI_SITE}/t/tryton/tryton-${version}.tar.gz"
|
||||||
|
checksum=dda34b57c96bbc88311d4ae94b2208a891d46c2a4d120645b1f04cac79c7560a
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall tryton.desktop 644 usr/share/applications
|
vinstall tryton.desktop 644 usr/share/applications
|
||||||
|
|
Loading…
Add table
Reference in a new issue