summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBigfootACA2022-01-02 06:06:01 +0800
committerBigfootACA2022-01-02 06:06:01 +0800
commit95e8318c90369ad1e5e03733a847a287f8028553 (patch)
tree4a24852da083c420802271a1c3df40f13ec98ea1 /PKGBUILD
parent1cbd29056ccf131e4c456b469ee09ae1c24ded1b (diff)
downloadaur-python-ovs-wrapper.tar.gz
update for python 3.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa6b9ad7d245..894350df5645 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pyname=ovs-wrapper
pkgname=python-$_pyname
pkgver=2.14.2
-pkgrel=1
+pkgrel=2
pkgdesc="Python Open vSwitch library wrapper"
arch=(any)
url="http://www.openvswitch.org/"
@@ -14,7 +14,7 @@ options=(!emptydirs)
source=()
package(){
- local _pydir="$pkgdir/usr/lib/python3.9/site-packages"
+ local _pydir="$pkgdir/usr/lib/python3.10/site-packages"
local _ovsdir="/usr/share/openvswitch/python"
mkdir -p "${_pydir}"
cd "${_pydir}"