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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Dec 24 11:16:20 UTC 2016


    Date: Saturday, December 24, 2016 @ 11:16:19
  Author: bpiotrowski
Revision: 201406

Python 3.6 rebuild

Modified:
  python-entrypoints/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-24 11:13:52 UTC (rev 201405)
+++ PKGBUILD	2016-12-24 11:16:19 UTC (rev 201406)
@@ -3,7 +3,7 @@
 
 pkgname=python-entrypoints
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="https://pypi.python.org/pypi/entrypoints"
 arch=('any')
 url="https://github.com/takluyver/entrypoints"
@@ -15,7 +15,7 @@
 package() {
   cd "$srcdir/entrypoints-$pkgver"
   # no setup/makefile provided
-  install -Dm644 entrypoints.py "$pkgdir/usr/lib/python3.5/site-packages/entrypoints.py"
+  install -Dm644 entrypoints.py "$pkgdir/usr/lib/python3.6/site-packages/entrypoints.py"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 



More information about the arch-commits mailing list