Date: Friday, December 3, 2021 @ 15:27:25
  Author: jelle
Revision: 1064817

Python 3.10 rebuild

Modified:
  openipmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-03 15:12:35 UTC (rev 1064816)
+++ PKGBUILD    2021-12-03 15:27:25 UTC (rev 1064817)
@@ -6,7 +6,7 @@
 pkgname=openipmi
 _pkgname=OpenIPMI
 pkgver=2.0.31
-pkgrel=1
+pkgrel=2
 pkgdesc='Full-function IPMI (Intelligent Platform Management Interface) system'
 url='http://openipmi.sourceforge.net/'
 arch=('x86_64')
@@ -27,7 +27,7 @@
 
 build() {
        cd "${srcdir}/${_pkgname}-${pkgver}"
-       ./configure \
+       PYTHONWARNINGS=ignore ./configure \
                --prefix=/usr \
                --sysconfdir=/etc \
 

Reply via email to