summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2020-10-30 20:49:31 +0100
committermax.bra2020-10-30 20:49:31 +0100
commit46b13e0976623e31d76620c1ad62c3b88b574f2f (patch)
treea8181cd1627a052028bc15aeb26fd6887edffd74
parentc669a2bd097b4aed808130e8284ffaf68a08463c (diff)
downloadaur-46b13e0976623e31d76620c1ad62c3b88b574f2f.tar.gz
v. 5.2.219
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaf61b44451e..d0d829707ff2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hub-young
pkgdesc = La piattaforma facile, gratuita e innovativa per la didattica digitale.
- pkgver = 1.0
+ pkgver = 5.2.219
pkgrel = 1
url = https://www.hubscuola.it/download-app
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = hub-young
optdepends = qpdfview: a pdf viewer
optdepends = mupdf: a pdf viewer
options = !strip
- source = http://www.mondadorieducation.it/media/contenuti/appdilettura/younglinux.zip
- md5sums = 1f83815420381a1151925af84bea62e3
+ source = https://bce.mondadorieducation.it/media_educar/contenuti/appdilettura/younglinux.zip
+ md5sums = d38948dff60797ac7266aec9f8026c01
pkgname = hub-young
diff --git a/PKGBUILD b/PKGBUILD
index b9606e7782ea..352c38de63a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: max.bra <max dot bra at alice dot it>
pkgname=hub-young
-pkgver=1.0
+pkgver=5.2.219
pkgrel=1
pkgdesc="La piattaforma facile, gratuita e innovativa per la didattica digitale."
arch=('x86_64')
@@ -19,10 +19,10 @@ optdepends=(
)
options=(!strip)
-_debname=hubyoung-1.0_amd64.deb
+_debname=HUB-Young.deb
-source=(http://www.mondadorieducation.it/media/contenuti/appdilettura/younglinux.zip)
-md5sums=('1f83815420381a1151925af84bea62e3')
+source=(https://bce.mondadorieducation.it/media_educar/contenuti/appdilettura/younglinux.zip)
+md5sums=('d38948dff60797ac7266aec9f8026c01')
prepare() {
cd "$srcdir"
@@ -30,10 +30,13 @@ prepare() {
ar xv "${_debname}" > /dev/null
tar -xf data.tar.xz > /dev/null
- find ./{etc,usr} -type d -exec chmod 755 '{}' \;
+ #find ./{etc,usr} -type d -exec chmod 755 '{}' \;
+ find ./usr -type d -exec chmod 755 '{}' \;
+ chmod 755 ./usr/local/bin/hubyoung/hub-young
}
package() {
cd "$srcdir"
- cp -dpr --no-preserve=ownership {opt,usr} "$pkgdir"
+ #cp -dpr --no-preserve=ownership {opt,usr} "$pkgdir"
+ cp -dpr --no-preserve=ownership ./usr "$pkgdir"
}