[arch-commits] Commit in geogebra/trunk (ChangeLog PKGBUILD)
Evgeniy Alekseev
arcanis at archlinux.org
Mon Oct 10 11:24:28 UTC 2016
Date: Monday, October 10, 2016 @ 11:24:27
Author: arcanis
Revision: 191859
upgpkg: geogebra 5.0.280.0-1
Modified:
geogebra/trunk/ChangeLog
geogebra/trunk/PKGBUILD
-----------+
ChangeLog | 3 +++
PKGBUILD | 8 ++++----
2 files changed, 7 insertions(+), 4 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2016-10-10 11:17:48 UTC (rev 191858)
+++ ChangeLog 2016-10-10 11:24:27 UTC (rev 191859)
@@ -1,3 +1,6 @@
+5.0.280.0-1:
+upstream update
+
5.0.274.0-1:
upstream update
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-10 11:17:48 UTC (rev 191858)
+++ PKGBUILD 2016-10-10 11:24:27 UTC (rev 191859)
@@ -5,7 +5,7 @@
# Contributor: moostik <mooostik at gmail dot com>
pkgname=geogebra
-pkgver=5.0.274.0
+pkgver=5.0.280.0
pkgrel=1
pkgdesc="Dynamic mathematics software with interactive graphics, algebra and spreadsheet"
arch=('any')
@@ -14,7 +14,7 @@
depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
'shared-mime-info' 'xdg-utils')
makedepends=('gendesk')
-source=("http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2"
+source=("http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver//./-}.tar.bz2"
"http://static.geogebra.org/images/geogebra-logo.svg"
"geogebra")
changelog=ChangeLog
@@ -27,7 +27,7 @@
}
package() {
- cd "GeoGebra-Linux-Portable-${pkgver}"
+ cd "GeoGebra-Linux-Portable-${pkgver//./-}"
install -Dm755 "${srcdir}/geogebra" "${pkgdir}/usr/bin/geogebra"
install -dm755 "${pkgdir}/usr/share/geogebra"
@@ -37,6 +37,6 @@
install -Dm644 "${srcdir}/geogebra-logo.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/geogebra.svg"
}
-md5sums=('ded5c05f1f9b08bf71e063ccdea08d82'
+md5sums=('9ffc4d6d729123bdf93f2f411fffb1bf'
'863782da033f1a337e688b544afb7d07'
'fc4a3140ceb50967598a620eb85219f4')
More information about the arch-commits
mailing list