summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD20
-rw-r--r--alice-bin.install (renamed from alice.install)0
3 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96c3486e3747..ffed90da0a53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = alice-bin
pkgdesc = An educational software that teaches students computer programming in a 3D environment
- pkgver = 3.5
- pkgrel = 4
+ pkgver = 3.6.0.1
+ pkgrel = 1
url = http://www.alice.org
- install = alice.install
+ install = alice-bin.install
arch = i686
arch = x86_64
license = custom
@@ -13,10 +13,10 @@ pkgbase = alice-bin
depends = lib32-libxrandr
depends = lib32-libxcursor
provides = alice3
- noextract = alice-bin-3.5.sh
+ noextract = alice-bin-3.6.0.1.sh
options = !strip
- source = alice-bin-3.5.sh::http://www.alice.org/wp-content/uploads/2019/04/Alice3_unix_3_5.sh
- sha256sums = dc7f80bb33e8fca32e0f8961ba815c69af07cee740421927d93026e5137ee79d
+ source = alice-bin-3.6.0.1.sh::http://www.alice.org/wp-content/uploads/2020/10/Alice3_unix_installer_3_6_0_1.sh
+ sha256sums = b2956ad4bc1731a6aa73470199310629851a1d806b7f8f0c2156a545ea5e2b34
pkgname = alice-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1759a1697b8d..14cf82342603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,23 +4,23 @@
# Contributor: Nathan Owe <ndowens.aur at gmail dot com>
pkgname=alice-bin
-pkgver=3.5
-pkgrel=4
+pkgver=3.6.0.1
+pkgrel=1
pkgdesc='An educational software that teaches students computer programming in a 3D environment'
arch=('i686' 'x86_64')
url="http://www.alice.org"
license=('custom')
depends=('java-environment=8'
- 'xdg-utils'
- 'lib32-glu'
- 'lib32-libxrandr'
- 'lib32-libxcursor')
+ 'xdg-utils'
+ 'lib32-glu'
+ 'lib32-libxrandr'
+ 'lib32-libxcursor')
options=('!strip')
provides=('alice3')
-install=alice.install
-source=("${pkgname}-${pkgver}.sh::http://www.alice.org/wp-content/uploads/2019/04/Alice3_unix_3_5.sh")
+install=alice-bin.install
+source=("${pkgname}-${pkgver}.sh::http://www.alice.org/wp-content/uploads/2020/10/Alice3_unix_installer_3_6_0_1.sh")
noextract=("${pkgname}-${pkgver}.sh")
-sha256sums=('dc7f80bb33e8fca32e0f8961ba815c69af07cee740421927d93026e5137ee79d')
+sha256sums=('b2956ad4bc1731a6aa73470199310629851a1d806b7f8f0c2156a545ea5e2b34')
package() {
install -d "${pkgdir}/opt" "${pkgdir}/usr/share/applications"
@@ -39,4 +39,4 @@ package() {
install -Dm644 "${pkgdir}/opt/alice/.install4j/Alice 3.png" "${pkgdir}/usr/share/pixmaps/alice3.png"
install -Dm644 "${pkgdir}/opt/alice/application/EULA_Alice3.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-# vim:set ts=2 sw=2 et: \ No newline at end of file
+# vim:set ts=2 sw=2 et:
diff --git a/alice.install b/alice-bin.install
index 8050bb553725..8050bb553725 100644
--- a/alice.install
+++ b/alice-bin.install