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

Felix Yan felixonmars at archlinux.org
Sat Jun 30 14:02:16 UTC 2018


    Date: Saturday, June 30, 2018 @ 14:02:16
  Author: felixonmars
Revision: 348165

upgpkg: python-mongoengine 0.15.1-2

Python 3.7 rebuild

Modified:
  python-mongoengine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-30 13:13:48 UTC (rev 348164)
+++ PKGBUILD	2018-06-30 14:02:16 UTC (rev 348165)
@@ -6,7 +6,7 @@
 pkgbase=python-mongoengine
 pkgname=(python-mongoengine python2-mongoengine)
 pkgver=0.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python Object-Document-Mapper for working with MongoDB"
 url="https://github.com/MongoEngine/mongoengine"
 license=('MIT')
@@ -44,7 +44,7 @@
               'python-pillow: for ImageField / ImageGridFsProxy')
 
   cd mongoengine-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 



More information about the arch-commits mailing list