diff options
Diffstat (limited to 'pcr/trytond-account/PKGBUILD')
-rw-r--r-- | pcr/trytond-account/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/trytond-account/PKGBUILD b/pcr/trytond-account/PKGBUILD index 12235617a..731efb2f5 100644 --- a/pcr/trytond-account/PKGBUILD +++ b/pcr/trytond-account/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> pkgname=trytond-account _pkgname=trytond_account -pkgver=3.4.0 +pkgver=3.4.1 _pkgdir=3.4 pkgrel=1 pkgdesc="The account module of the Tryton application platform" @@ -12,7 +12,7 @@ groups=('trytond-modules') depends=('trytond>=3.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("c6b22393382830bc83f67c362eb15fd3") +md5sums=("24c80648eb35d75e8a7665d32d854a26") build() { cd $srcdir/$_pkgname-$pkgver |