summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2022-09-02 10:06:42 +0200
committerJuergen Daubert <jue@jue.li>2022-09-02 10:06:42 +0200
commit08725663bf6a283f000c48fad98601226640d29a (patch)
treee9e462c9cc6cbdc1a7ddb89c6c6e5cf34d8970f3
parente76fffb8054d5d9bf81a3aab4555521fe034431c (diff)
downloadopt-08725663bf6a283f000c48fad98601226640d29a.tar.gz
opt-08725663bf6a283f000c48fad98601226640d29a.tar.xz
python3-libxml2: explicit set sysconfdir to /etc3.7-rc4
-rw-r--r--python3-libxml2/.signature4
-rw-r--r--python3-libxml2/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-libxml2/.signature b/python3-libxml2/.signature
index 6357ed764..f854a0075 100644
--- a/python3-libxml2/.signature
+++ b/python3-libxml2/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/UGsukCeP1OTrubuhNe4+0ImjA8O6XcuQNAWRNmNAIKhdJPUz3Fmn0jAQEmQ6HV51q8XhN5jOZQqVVkgIPpZNg0=
-SHA256 (Pkgfile) = 2199e6fb91b0ae5882e9acddc0c15772b242a6932230325a0fe12e36788ad155
+RWSE3ohX2g5d/cu/d4+1+qoBJk8n3nuogFGf1sI+C8243ciMe+qdXMZ2EwP/qWLOHRKeQa3834lOgDeI0+YpEA71C4sL/1yJ+AA=
+SHA256 (Pkgfile) = 483517210ca4c921f827eebad72bfd4dd25c5c91eb46c87c6d178afd039092b2
SHA256 (.footprint) = c547660625d94c8358e23762cff44d40bc033314d2add2539bd8fc4ec1112e98
SHA256 (libxml2-2.10.2.tar.xz) = d240abe6da9c65cb1900dd9bf3a3501ccf88b3c2a1cb98317d03f272dda5b265
diff --git a/python3-libxml2/Pkgfile b/python3-libxml2/Pkgfile
index 930c46077..77d00ef7f 100644
--- a/python3-libxml2/Pkgfile
+++ b/python3-libxml2/Pkgfile
@@ -5,12 +5,12 @@
name=python3-libxml2
version=2.10.2
-release=1
+release=2
source=(https://download.gnome.org/sources/libxml2/${version:0:4}/libxml2-$version.tar.xz)
build() {
cd libxml2-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sysconfdir=/etc
cd python
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG

Generated by cgit