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

Levente Polyak anthraxx at archlinux.org
Fri Sep 28 18:30:10 UTC 2018


    Date: Friday, September 28, 2018 @ 18:30:10
  Author: anthraxx
Revision: 335511

audit: fix python pkgdesc

Modified:
  audit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-28 17:46:55 UTC (rev 335510)
+++ PKGBUILD	2018-09-28 18:30:10 UTC (rev 335511)
@@ -70,7 +70,7 @@
 
 package_python2-audit() {
   depends=('python' 'audit')
-  pkgdesc+=' (python bindings)'
+  pkgdesc+=' (python2 bindings)'
   cd ${pkgbase}-${pkgver}
   make -C bindings DESTDIR="${pkgdir}" INSTALL='install -p' install
   rm -rf "${pkgdir}"/usr/lib/python3*
@@ -78,7 +78,7 @@
 
 package_python-audit() {
   depends=('python2' 'audit')
-  pkgdesc+=' (python2 bindings)'
+  pkgdesc+=' (python bindings)'
   cd ${pkgbase}-${pkgver}
   make -C bindings DESTDIR="${pkgdir}" INSTALL='install -p' install
   rm -rf "${pkgdir}"/usr/lib/python2*



More information about the arch-commits mailing list