Date: Sunday, March 21, 2021 @ 05:40:21
  Author: coderobe
Revision: 896932

upgpkg: hivex 1.3.19-3: move to python3

Modified:
  hivex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-03-21 05:34:49 UTC (rev 896931)
+++ PKGBUILD    2021-03-21 05:40:21 UTC (rev 896932)
@@ -4,14 +4,14 @@
 
 pkgname=hivex
 pkgver=1.3.19
-pkgrel=2
+pkgrel=3
 pkgdesc="System for extracting the contents of Windows Registry."
 arch=("x86_64")
 url="http://libguestfs.org";
 license=("LGPL2.1")
 depends=("libxml2" "perl")
-makedepends=("python2" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" 
"perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
-optdepends=("python2: python bindings"
+makedepends=("python" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" 
"perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
+optdepends=("python: python bindings"
            "ruby: ruby bindings"
            "ocaml: ocaml bindings")
 
source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
@@ -27,7 +27,7 @@
        --libdir=/usr/lib \
        --prefix=/usr \
        --disable-rpath \
-       --disable-static PYTHON=python2
+       --disable-static PYTHON=python
 
     make
     chrpath -d perl/blib/arch/auto/Win/Hivex/Hivex.so

Reply via email to