diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 19:10:43 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:18:18 +0100 |
commit | 314fb05dc427de83384a1ae1f36d6fd01daa87e2 (patch) | |
tree | 96182a92bde81f7885d00436bdc92a707b3dcfc6 | |
parent | 26c4fd41447cdc171c7da4c5113100e53a0f1578 (diff) | |
download | aports-314fb05dc427de83384a1ae1f36d6fd01daa87e2.tar.gz aports-314fb05dc427de83384a1ae1f36d6fd01daa87e2.tar.bz2 aports-314fb05dc427de83384a1ae1f36d6fd01daa87e2.tar.xz |
testing/libmedc: rebuild against python 3.10
-rw-r--r-- | testing/libmedc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libmedc/APKBUILD b/testing/libmedc/APKBUILD index 94fb749985..21e6f59f32 100644 --- a/testing/libmedc/APKBUILD +++ b/testing/libmedc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Aiden Grossman <agrossman154@yahoo.com> pkgname=libmedc pkgver=4.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Open source library for numerical simulation" url="https://www.salome-platform.org/downloads/current-version" arch="all" |