[arch-commits] Commit in translate-toolkit/repos/extra-any (PKGBUILD PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Wed Jul 12 18:55:42 UTC 2017


    Date: Wednesday, July 12, 2017 @ 18:55:42
  Author: lfleischer
Revision: 300191

archrelease: copy trunk to extra-any

Added:
  translate-toolkit/repos/extra-any/PKGBUILD
    (from rev 300190, translate-toolkit/trunk/PKGBUILD)
Deleted:
  translate-toolkit/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-12 18:55:34 UTC (rev 300190)
+++ PKGBUILD	2017-07-12 18:55:42 UTC (rev 300191)
@@ -1,25 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.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=2.1.0
-pkgrel=1
-pkgdesc="A toolkit to convert between various different translation formats, help process and validate localisations"
-arch=('any')
-url="http://toolkit.translatehouse.org/"
-license=('GPL')
-depends=('bash' 'python-lxml' 'python-six')
-makedepends=('python-setuptools')
-optdepends=('python-iniparse: for ini2po'
-            'gaupol: for po2sub')
-source=("https://github.com/translate/translate/releases/download/$pkgver/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('302d20ad12a34da9992ef14f4ba13261')
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  python -s setup.py install --root="${pkgdir}" --optimize=1
-  python -m compileall "${pkgdir}"/usr/lib/python3.6/site-packages/translate
-}

Copied: translate-toolkit/repos/extra-any/PKGBUILD (from rev 300190, translate-toolkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-12 18:55:42 UTC (rev 300191)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.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=2.2.3
+pkgrel=1
+pkgdesc="A toolkit to convert between various different translation formats, help process and validate localisations"
+arch=('any')
+url="http://toolkit.translatehouse.org/"
+license=('GPL')
+depends=('bash' 'python-lxml' 'python-six')
+makedepends=('python-setuptools')
+optdepends=('python-iniparse: for ini2po'
+            'gaupol: for po2sub')
+source=("https://github.com/translate/translate/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz")
+md5sums=('2d0a4e547630b75a1b6b2c9557e8fc91')
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  python -s setup.py install --root="${pkgdir}" --optimize=1
+  python -m compileall "${pkgdir}"/usr/lib/python3.6/site-packages/translate
+}



More information about the arch-commits mailing list