summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-07-22 13:16:12 +0200
committerbegin-theadventure2023-07-22 13:16:12 +0200
commit1a099a466f53d3bc83ebd74b7dadd1d78c044728 (patch)
treed0527ad2149dead063be332ae3341596e261d041
parent75b29f04e5e3de613de17bd592b754014fb6dd53 (diff)
downloadaur-1a099a466f53d3bc83ebd74b7dadd1d78c044728.tar.gz
Sleep after warnings, just in case
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b48f2699adf..bd36067ed7a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = legion+
pkgdesc = Asset Extraction tool for Apex Legends and Titanfall 2 (Wine)
pkgver = 1.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/r-ex/LegionPlus
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 79de2c75ea48..e09fcba4a13b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=legion+
pkgver=1.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='Asset Extraction tool for Apex Legends and Titanfall 2 (Wine)'
arch=('x86_64')
url='https://github.com/r-ex/LegionPlus'
@@ -23,6 +23,7 @@ sha256sums=('ec36829016fc2e67630c9a17f79db327d9680d8f21c43b01541f25a351f6f75f'
prepare() {
echo "! WARNING, this package installs symlinks to the home directory in ~/.local/share/legion+"
echo "! because the application creates files in the same folder it's opened and must have write access to them"
+ sleep 2
convert LegionIcon.ico -strip LegionIcon.png
}
@@ -47,6 +48,7 @@ package() {
echo "! WARNING, this package installs symlinks to the home directory in ~/.local/share/legion+"
echo "! because the application creates files in the same folder it's opened and must have write access to them"
+ sleep 4 && echo "Continuing the installation.." && sleep 2
#! Create a folder in the home directory (if it doesn't exist)
mkdir -p $HOME/.local/share/legion+