Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / openvswitch
Commits: 37196d55 by Sergej Pupykin at 2023-09-08T19:50:38+03:00 upgpkg: 3.2.0-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Matt Monaco <net 0x01b dgbaley27> pkgname=openvswitch -pkgver=3.1.1 +pkgver=3.2.0 pkgrel=1 pkgdesc="Production Quality, Multilayer Open Virtual Switch" url="http://openvswitch.org" @@ -17,7 +17,7 @@ source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz" depends=('openssl' 'libcap-ng') makedepends=('python-six') optdepends=('python-six') -sha256sums=('60489183a44d3b95a55224072217c5f6d37aa11be12a75762510cedb93a4e204' +sha256sums=('ce917e78cc0addff834af3c4f6b8d2d5071a407ecc553a71ad532d4e015914c4' 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9' 'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b' '412a8d9a2d71f61b915d5e29c0ba44baae7770f564d885f99460b27a4cf1d398') @@ -26,6 +26,7 @@ prepare() { cd "$srcdir/$pkgname-$pkgver" sed -i \ -e 's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \ + -e '/if grep warning:/d' \ Makefile.am } @@ -39,7 +40,7 @@ build() { --localstatedir=/var \ --with-rundir=/run/openvswitch \ --sbindir=/usr/bin \ - PYTHON=/usr/bin/python2 + PYTHON=/usr/bin/python3 make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openvswitch/-/commit/37196d557ff4626782691d834b6ea0fe51b1d6a8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/openvswitch/-/commit/37196d557ff4626782691d834b6ea0fe51b1d6a8 You're receiving this email because of your account on gitlab.archlinux.org.
