[arch-commits] Commit in python-unidecode/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Mar 10 07:32:21 UTC 2016


    Date: Thursday, March 10, 2016 @ 08:32:20
  Author: alucryd
Revision: 165816

upgpkg: python-unidecode 0.04.19-1

Modified:
  python-unidecode/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-10 07:30:36 UTC (rev 165815)
+++ PKGBUILD	2016-03-10 07:32:20 UTC (rev 165816)
@@ -4,8 +4,8 @@
 
 pkgbase=python-unidecode
 pkgname=('python-unidecode' 'python2-unidecode')
-pkgver=0.04.17
-pkgrel=2
+pkgver=0.04.19
+pkgrel=1
 pkgdesc='ASCII transliterations of Unicode text'
 arch=('any')
 url='http://pypi.python.org/pypi/Unidecode/'
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=('!emptydirs')
 source=("http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz")
-sha256sums=('f0f8d53d39877da4849293d548eecb5e79364b573643296869dbc7f5b86709ef')
+sha256sums=('51477646a9169469e37e791b13ae65fcc75b7f7f570d0d3e514d077805c02e1e')
 
 prepare() {
   for d in python{,2}-unidecode; do
@@ -30,6 +30,8 @@
 }
 
 package_python-unidecode() {
+  depends=('python')
+
   cd python-unidecode
 
   python setup.py install --root="${pkgdir}" --optimize='1'
@@ -36,6 +38,8 @@
 }
 
 package_python2-unidecode() {
+  depends=('python2')
+
   cd python2-unidecode
 
   python2 setup.py install --root="${pkgdir}" --optimize='1'



More information about the arch-commits mailing list