summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3a3bfa83fb1..a71789ad17f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anylogic-ple-8.2.4
- pkgdesc = AnyLogic PLE - for beginners and students. Last x86 version
+ pkgdesc = AnyLogic Personal Learning Edition - for beginners and students. Last x86 version
pkgver = 8.2.4
- pkgrel = 1
+ pkgrel = 2
url = https://www.anylogic.com
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c4d3dc8e7f6e..cefd5a746a67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=anylogic-ple-8.2.4
pkgver=8.2.4
-pkgrel=1
-pkgdesc="AnyLogic PLE - for beginners and students. Last x86 version"
+pkgrel=2
+pkgdesc="AnyLogic Personal Learning Edition - for beginners and students. Last x86 version"
arch=(i686 x86_64)
url="https://www.anylogic.com"
license=('custom')
@@ -42,11 +42,11 @@ prepare() {
package() {
mkdir -p "$pkgdir/opt"
- msg2 "Copying AnyLogic PLE contents..."
+ msg2 "Copying AnyLogic Personal Learning Edition contents..."
cp -R "$srcdir/anylogic" "$pkgdir/opt"
msg2 "Creating .desktop file..."
- gendesk -q -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name='AnyLogic PLE' --exec='env SWT_GTK3=0 UBUNTU_MENUPROXY= /opt/anylogic/anylogic'
+ gendesk -q -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name='AnyLogic Personal Learning Edition' --exec='env SWT_GTK3=0 UBUNTU_MENUPROXY= /opt/anylogic/anylogic'
install -Dm644 "$srcdir/anylogic/icon.xpm" "$pkgdir/usr/share/pixmaps/$pkgname.xpm"
install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"