[arch-commits] Commit in python2-formencode/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri Jan 9 11:23:54 UTC 2015
Date: Friday, January 9, 2015 @ 12:23:54
Author: arodseth
Revision: 125652
upgpkg: python2-formencode 1.3.0a1-2
Modified:
python2-formencode/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-09 11:21:59 UTC (rev 125651)
+++ PKGBUILD 2015-01-09 11:23:54 UTC (rev 125652)
@@ -5,7 +5,7 @@
pkgname=python2-formencode
pkgver=1.3.0a1
-pkgrel=1
+pkgrel=2
pkgdesc='HTML form validation, generation, and conversion'
arch=('any')
license=('PSF')
@@ -20,6 +20,9 @@
cd "FormEncode-$pkgver"
python2 setup.py install --root="$pkgdir" install
+
+ # Removing documentation that conflicts with other packages
+ rm -rf "$pkgdir/usr/lib/python2.7/site-packages/docs"
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list