[arch-commits] Commit in translate-toolkit/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Fri Jun 19 20:14:13 UTC 2015


    Date: Friday, June 19, 2015 @ 22:14:13
  Author: lfleischer
Revision: 241073

upgpkg: translate-toolkit 1.13.0-1

Upstream update.

Modified:
  translate-toolkit/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-19 20:11:17 UTC (rev 241072)
+++ PKGBUILD	2015-06-19 20:14:13 UTC (rev 241073)
@@ -1,11 +1,10 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Maintainer: Lukas Fleischer <lfleischer at archlinux dot org>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 # Contributor: Hugo Doria <hugodoria at gmail.com>
 
 pkgname=translate-toolkit
-pkgver=1.12.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc="A toolkit to convert between various different translation formats, help process and validate localisations"
 arch=('any')
@@ -14,8 +13,8 @@
 depends=('bash' 'python2-lxml' 'python2-six')
 makedepends=('python2-setuptools')
 optdepends=('python2-iniparse: to use ini2po script')
-source=("http://downloads.sourceforge.net/translate/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('dfaff8943930b3f856c3abc3d2374a71')
+source=("https://github.com/translate/translate/releases/download/$pkgver/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('f9997a0deb3f1767bb20665a47cd2708')
 
 package() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list