diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-06-24 22:58:39 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-06-24 22:58:39 -0500 |
commit | 51ee0c2566f314e8da852eaa89a2e09f83c86e07 (patch) | |
tree | 28e8cde2d766206a2311419bbe9be963cefc6b5a /pcr/trytond-calendar | |
parent | 21fac01b854c4f7d385f50a54e5b8708359c1956 (diff) | |
download | abslibre-51ee0c2566f314e8da852eaa89a2e09f83c86e07.tar.gz abslibre-51ee0c2566f314e8da852eaa89a2e09f83c86e07.tar.bz2 abslibre-51ee0c2566f314e8da852eaa89a2e09f83c86e07.zip |
trytond-calendar-3.4.1-1: updating version
Diffstat (limited to 'pcr/trytond-calendar')
-rw-r--r-- | pcr/trytond-calendar/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pcr/trytond-calendar/PKGBUILD b/pcr/trytond-calendar/PKGBUILD index e2ede90fe..a2f0bd5cf 100644 --- a/pcr/trytond-calendar/PKGBUILD +++ b/pcr/trytond-calendar/PKGBUILD @@ -1,7 +1,8 @@ # Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=trytond-calendar _pkgname=trytond_calendar -pkgver=3.4.0 +pkgver=3.4.1 _pkgdir=3.4 pkgrel=1 pkgdesc="The calendar module of the Tryton application platform" @@ -12,7 +13,7 @@ groups=('trytond-modules') depends=('trytond>=3.4') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("9217c7eea27aedd920e01a44a826c3f0") +md5sums=("aff0e92d2ba474b6879ed8f9ec00b131") build() { cd $srcdir/$_pkgname-$pkgver @@ -22,4 +23,4 @@ build() { package() { cd $srcdir/$_pkgname-$pkgver python2 setup.py install --root=$pkgdir -} +}
\ No newline at end of file |