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

Jerome Leclanche jleclanche at archlinux.org
Tue Jun 20 01:32:44 UTC 2017


    Date: Tuesday, June 20, 2017 @ 01:32:43
  Author: jleclanche
Revision: 238781

upgpkg: python-humanize 0.5.1-5

Fix build routine

Modified:
  python-humanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-20 00:38:39 UTC (rev 238780)
+++ PKGBUILD	2017-06-20 01:32:43 UTC (rev 238781)
@@ -3,8 +3,8 @@
 _pkgname=humanize
 pkgname=python-$_pkgname
 pkgver=0.5.1
-pkgrel=4
-pkgdesc="Humanize is a modest package contains various common humanization utilities"
+pkgrel=5
+pkgdesc="Common humanization utilities for Python"
 arch=("any")
 
 url="https://github.com/jmoiron/humanize"
@@ -20,7 +20,7 @@
 	python setup.py check
 }
 
-check() {
+build() {
 	cd "$srcdir/$_pkgname-$pkgver"
 	python setup.py build
 }



More information about the arch-commits mailing list