summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-06-20 18:35:11 +0300
committerDimitris Kiziridis2020-06-20 18:35:11 +0300
commitfeda70ab7f4fca5d398c735f9c49f0df3d6914dd (patch)
tree9b2d7680a07c5209f3e820d7f6ce4726894252c1
parent8c4ce52ede8f9215450f3a0fa7b1d8ac2b55f5bc (diff)
downloadaur-feda70ab7f4fca5d398c735f9c49f0df3d6914dd.tar.gz
file rename
-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