Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
geogebra
Commits:
d31f6e0b by Antonio Rojas at 2026-02-20T23:03:05+01:00
upgpkg: 1:5.4.916.2-2: Fix permissions
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = geogebra
pkgdesc = Dynamic mathematics software with interactive graphics,
algebra and spreadsheet
pkgver = 5.4.916.2
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://www.geogebra.org/
arch = any
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=geogebra
pkgver=5.4.916.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Dynamic mathematics software with interactive graphics, algebra and
spreadsheet'
arch=(any)
@@ -30,6 +30,7 @@ package() {
install -dm755 "$pkgdir"/usr/lib
cp -dpr --no-preserve=ownership geogebra "$pkgdir"/usr/lib
+ chmod +x "$pkgdir"/usr/lib/geogebra/geogebra
install -Dm755 ../geogebra -t "$pkgdir"/usr/bin
install -Dm644 ../geogebra.desktop -t "$pkgdir"/usr/share/applications/
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/geogebra/-/commit/d31f6e0b0ee23726966945ce30b6e82dc9b22d51
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/geogebra/-/commit/d31f6e0b0ee23726966945ce30b6e82dc9b22d51
You're receiving this email because of your account on gitlab.archlinux.org.