summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--alice.install (renamed from post_install)0
3 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84fd7e838b2e..96c3486e3747 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = alice-bin
pkgver = 3.5
pkgrel = 4
url = http://www.alice.org
- install = post_install
+ install = alice.install
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index ffe4d51cd89b..1759a1697b8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ depends=('java-environment=8'
'lib32-libxcursor')
options=('!strip')
provides=('alice3')
-install=post_install
+install=alice.install
source=("${pkgname}-${pkgver}.sh::http://www.alice.org/wp-content/uploads/2019/04/Alice3_unix_3_5.sh")
noextract=("${pkgname}-${pkgver}.sh")
sha256sums=('dc7f80bb33e8fca32e0f8961ba815c69af07cee740421927d93026e5137ee79d')
diff --git a/post_install b/alice.install
index 8050bb553725..8050bb553725 100644
--- a/post_install
+++ b/alice.install