[arch-commits] Commit in python-semantic-version/trunk (PKGBUILD)
    Antonio Rojas 
    arojas at archlinux.org
       
    Fri Nov  1 23:32:11 UTC 2019
    
    
  
    Date: Friday, November 1, 2019 @ 23:32:10
  Author: arojas
Revision: 522105
Drop python2
Modified:
  python-semantic-version/trunk/PKGBUILD
----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 23:31:54 UTC (rev 522104)
+++ PKGBUILD	2019-11-01 23:32:10 UTC (rev 522105)
@@ -26,7 +26,7 @@
   py.test
 }
 
-package_python-semantic-version() {
+package() {
   cd python-semanticversion-$pkgver
   python3 setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
    
    
More information about the arch-commits
mailing list