aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAiden Grossman <agrossam1n54@yahoo.com>2021-06-11 23:43:41 +0000
committerMichał Polański <michal@polanski.me>2021-06-14 02:25:42 +0200
commit99bec40656affd6bc95df59821b2d1c6a169d01b (patch)
tree5072b5ad22554fe6afd460684112a667883eb46d
parent2e5b869f767081113b8f9146b3999d79373f2411 (diff)
testing/libarcus: upgrade to 4.9.1
-rw-r--r--testing/libarcus/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/libarcus/APKBUILD b/testing/libarcus/APKBUILD
index 229c87283e2..cca3fa0a673 100644
--- a/testing/libarcus/APKBUILD
+++ b/testing/libarcus/APKBUILD
@@ -2,7 +2,8 @@
# Maintainer: Aiden Grossman <agrossman154@yahoo.com>
pkgname=libarcus
_pkgname=libArcus
-pkgver=4.9.0
+# Needs to be upgraded in sync with the curaengine aport
+pkgver=4.9.1
pkgrel=0
pkgdesc="Communication library for Cura"
url="https://github.com/Ultimaker/libArcus"
@@ -25,8 +26,8 @@ package() {
_py() {
pkgdesc="Python bindings for libarcus"
- depends=""
- amove usr/lib/python3*/site-packages
+ depends="python3"
+ amove usr/lib/python3*
}
-sha512sums="b2427cb4ca425dea7badc6b2cdd13c97eb56e6dc26122ff69a7287dc6f898df5bfe4bd7d69562b6016933e8623786b5380391fc277d9b0cedca368d34ad1504c libArcus-4.9.0.tar.gz"
+sha512sums="5124b80647cb0715ad94c5eaaeac797a867319de9a8064b689783fdb28598903a69e3a61393db90f5e0b3d10ee30aed844170cab63dc4b7c70509d5129a17cdd libArcus-4.9.1.tar.gz"