summaryrefslogtreecommitdiff
path: root/user/volume_key
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-02-03 00:01:26 +0000
committerZach van Rijn <me@zv.io>2022-10-21 18:33:57 -0500
commit7ea3d7784ca436155b9e777d805d883ad7728743 (patch)
tree23a7b188a585bbf38dbfe83bc7ebe2b044f33352 /user/volume_key
parent028da0dcb535be96e8296967e3b3c4f88f5c773d (diff)
downloadpackages-7ea3d7784ca436155b9e777d805d883ad7728743.tar.gz
packages-7ea3d7784ca436155b9e777d805d883ad7728743.tar.bz2
packages-7ea3d7784ca436155b9e777d805d883ad7728743.tar.xz
packages-7ea3d7784ca436155b9e777d805d883ad7728743.zip
user/volume_key: allow build with any Python3 version. fixes #481.
Diffstat (limited to 'user/volume_key')
-rw-r--r--user/volume_key/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/volume_key/APKBUILD b/user/volume_key/APKBUILD
index d44652732..49ed3b598 100644
--- a/user/volume_key/APKBUILD
+++ b/user/volume_key/APKBUILD
@@ -37,7 +37,7 @@ package() {
py() {
pkgdesc="$pkgdesc (Python 3 bindings)"
mkdir -p "$subpkgdir"/usr/lib/
- mv "$pkgdir"/usr/lib/python3.6 "$subpkgdir"/usr/lib/
+ mv "$pkgdir"/usr/lib/python3.* "$subpkgdir"/usr/lib/
}
sha512sums="d056154c9b9d23e4eb661946dd59ed97e116903a3afcff9d9e29258408082f33dcbb69958724143f6bf191a3da488a03b6c02af287790990ed6459e29d66553c volume_key-0.3.12.tar.xz"