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

Antonio Rojas arojas at archlinux.org
Fri Nov 1 23:31:35 UTC 2019


    Date: Friday, November 1, 2019 @ 23:31:35
  Author: arojas
Revision: 522103

Drop python2

Modified:
  python-semver/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 23:30:52 UTC (rev 522102)
+++ PKGBUILD	2019-11-01 23:31:35 UTC (rev 522103)
@@ -27,7 +27,7 @@
   python setup.py pytest
 }
 
-package_python-semver() {
+package() {
   cd python-semver-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt



More information about the arch-commits mailing list