summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2024-09-29 07:44:55 +0200
committermax.bra2024-09-29 07:44:55 +0200
commita542b2b6aea161f7a88710e8e9164bebc54c6230 (patch)
treeed5af243693b4282d6b96e54e8019c115c07e924
parent07bd14ca1646f78c05ed5968ce4e06e893610e79 (diff)
downloadaur-hub-kids.tar.gz
v. 7.0.376
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c733f56126c1..ce77072688e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hub-kids
pkgdesc = La piattaforma facile, gratuita e innovativa per la didattica digitale.
- pkgver = 6.3.300
+ pkgver = 7.0.376
pkgrel = 1
url = https://www.hubscuola.it/download-app
arch = x86_64
@@ -16,6 +16,6 @@ pkgbase = hub-kids
optdepends = mupdf: a pdf viewer
options = !strip
source = https://bce.mondadorieducation.it/media_educar/contenuti/appdilettura/kidslinux.zip
- sha256sums = 79ad6f3cf6667adc163d04b9995489d10cde6b374dc0128bd81fd034d704dc80
+ sha256sums = 6d235f2659dcffa0244eb6d7c2c422aff99f9325e17e9fb3fa2b0a8c33ce39b0
pkgname = hub-kids
diff --git a/PKGBUILD b/PKGBUILD
index 7764684f7450..1e223f376e88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: max.bra <max dot bra at alice dot it>
pkgname=hub-kids
-pkgver=6.3.300
+pkgver=7.0.376
pkgrel=1
pkgdesc="La piattaforma facile, gratuita e innovativa per la didattica digitale."
arch=('x86_64')
@@ -22,7 +22,7 @@ options=(!strip)
_debname=HUB-Kids.deb
source=(https://bce.mondadorieducation.it/media_educar/contenuti/appdilettura/kidslinux.zip)
-sha256sums=('79ad6f3cf6667adc163d04b9995489d10cde6b374dc0128bd81fd034d704dc80')
+sha256sums=('6d235f2659dcffa0244eb6d7c2c422aff99f9325e17e9fb3fa2b0a8c33ce39b0')
prepare() {
cd "$srcdir"
@@ -32,7 +32,7 @@ prepare() {
#find ./{etc,usr} -type d -exec chmod 755 '{}' \;
find ./usr -type d -exec chmod 755 '{}' \;
- chmod 755 ./usr/local/bin/hubkids/hub-kids
+ chmod 755 ./usr/local/bin/hubkids/hub-kids-prod
}
package() {