summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormax.bra2022-09-20 18:16:05 +0200
committermax.bra2022-09-20 18:16:05 +0200
commit172b12e05afb91e2a6c0201486051531a239a4e0 (patch)
treef135809d389c24c8f1dd50ba64d51eeadfef7305 /PKGBUILD
parent5e077f605b2cd3d47f67de97fd6b3523aa67330a (diff)
downloadaur-172b12e05afb91e2a6c0201486051531a239a4e0.tar.gz
v. 6.2.291
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 151602b027ab..c9452acf3c5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: max.bra <max dot bra at alice dot it>
pkgname=hub-kids
-pkgver=5.8.264
+pkgver=6.2.291
pkgrel=1
pkgdesc="La piattaforma facile, gratuita e innovativa per la didattica digitale."
arch=('x86_64')
@@ -22,13 +22,13 @@ options=(!strip)
_debname=HUB-Kids.deb
source=(https://bce.mondadorieducation.it/media_educar/contenuti/appdilettura/kidslinux.zip)
-sha256sums=('1f8b5911c823eaf29882adb98cac8e2bb47244cc16eff0689ced7b27a3fb2c68')
+sha256sums=('515945d89c7ebb7c9faf80e65f9fd2d3eac777f7fe45b18bfb94a1d7fe2819a0')
prepare() {
cd "$srcdir"
msg2 "Decompressing Debian package..."
ar xv "${_debname}" > /dev/null
- tar -xf data.tar.xz > /dev/null
+ tar -xf data.tar.zst > /dev/null
#find ./{etc,usr} -type d -exec chmod 755 '{}' \;
find ./usr -type d -exec chmod 755 '{}' \;