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

Anatol Pomozov anatolik at archlinux.org
Mon Dec 23 08:51:12 UTC 2019


    Date: Monday, December 23, 2019 @ 08:51:12
  Author: anatolik
Revision: 372145

Use python for the package build

Modified:
  apr/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-23 08:39:51 UTC (rev 372144)
+++ PKGBUILD	2019-12-23 08:51:12 UTC (rev 372145)
@@ -9,7 +9,7 @@
 arch=('x86_64')
 url='https://apr.apache.org/'
 depends=('util-linux')
-makedepends=('python2')
+makedepends=('python')
 license=('APACHE')
 source=(https://www-us.apache.org/dist/apr/apr-$pkgver.tar.bz2{,.asc}
         fix_apr-config.patch
@@ -34,8 +34,6 @@
   patch -Np1 -i ../fix-apr.pc.patch
   patch -Np1 -i ../omit_extra_libs.patch
   patch -Np1 -i ../dont_override_external_buildflags
-  sed -e 's/env python/env python2/' -i build/gen-build.py
-  sed -e 's/python/python2/g' -i build/buildcheck.sh
   ./buildconf
 }
 



More information about the arch-commits mailing list