[arch-commits] Commit in python2-sensors/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Fri Jul 4 08:26:23 UTC 2014


    Date: Friday, July 4, 2014 @ 10:26:23
  Author: fyan
Revision: 114831

upgpkg: python2-sensors 0.0.2-2

mtree rebuild

Modified:
  python2-sensors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-04 08:16:47 UTC (rev 114830)
+++ PKGBUILD	2014-07-04 08:26:23 UTC (rev 114831)
@@ -5,7 +5,7 @@
 pkgname=python2-sensors
 _pkgname=PySensors
 pkgver=0.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Python bindings to libsensors'
 arch=('any')
 url='http://pypi.python.org/pypi/PySensors/'
@@ -22,7 +22,7 @@
 
 package() {
   cd "${srcdir}"/${_pkgname}-${pkgver}
-  python2 setup.py install --prefix='/usr' --root=${pkgdir}
+  python2 setup.py install -O1 --prefix='/usr' --root=${pkgdir}
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list