summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTabulateJarl82021-07-20 22:51:13 +0000
committerTabulateJarl82021-07-20 22:51:13 +0000
commit80b63178a2d24073c2f2dfb43bb593f2c9a69dc7 (patch)
tree7c912c2dee334dce26c172b88243b6fe805cb8f3
parent1157ddfb32d41f130022370765ead9c3bb321713 (diff)
downloadaur-80b63178a2d24073c2f2dfb43bb593f2c9a69dc7.tar.gz
use printf intead of echo -e
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--iicalc-beta.install2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26689b446c8d..d582a515f1cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iicalc-beta
pkgdesc = An extensible calculator written in Python. Development/Beta Channel.
- pkgver = 2.11.18
+ pkgver = 2.11.19
pkgrel = 1
url = https://gitlab.com/TurboWafflz/ImaginaryInfinity-Calculator
install = iicalc-beta.install
@@ -13,7 +13,7 @@ pkgbase = iicalc-beta
conflicts = iicalc
options = !strip
options = !emptydirs
- source = iicalc-2.11.18.deb::https://gitlab.com/TurboWafflz/ImaginaryInfinity-Calculator/-/jobs/artifacts/development/raw/iicalc.deb?job=debian%20packager
- sha512sums = dda9cad30cb30a1fe7af6695bef6fc2b70b439cff319b7a3eeba5342c83f27b2aed52cafb9a4380245cd4ec9eeb72067198685f1d34454d882509ddc51ec40a1
+ source = iicalc-2.11.19.deb::https://gitlab.com/TurboWafflz/ImaginaryInfinity-Calculator/-/jobs/artifacts/development/raw/iicalc.deb?job=debian%20packager
+ sha512sums = 39365ceb3937419355834b94177ab824bdc39341fce200c1f049abfe9b94a6d95f2a204e20ba7cd7f0562e3773ece921576a945416b87820d35196618390708d
pkgname = iicalc-beta
diff --git a/PKGBUILD b/PKGBUILD
index 58674f4d09ef..ff243c3f9f30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tabulatejarl8@gmail.com <TabulateJarl8>
# Maintainer: TurboWafflz <turbowafflz@gmail.com>
pkgname=iicalc-beta
-pkgver=2.11.18
+pkgver=2.11.19
pkgrel=1
pkgdesc="An extensible calculator written in Python. Development/Beta Channel."
arch=('any')
@@ -13,7 +13,7 @@ conflicts=("iicalc")
options=('!strip' '!emptydirs')
install=${pkgname}.install
source=("iicalc-$pkgver.deb::https://gitlab.com/TurboWafflz/ImaginaryInfinity-Calculator/-/jobs/artifacts/development/raw/iicalc.deb?job=debian%20packager")
-sha512sums=('dda9cad30cb30a1fe7af6695bef6fc2b70b439cff319b7a3eeba5342c83f27b2aed52cafb9a4380245cd4ec9eeb72067198685f1d34454d882509ddc51ec40a1')
+sha512sums=('39365ceb3937419355834b94177ab824bdc39341fce200c1f049abfe9b94a6d95f2a204e20ba7cd7f0562e3773ece921576a945416b87820d35196618390708d')
package(){
diff --git a/iicalc-beta.install b/iicalc-beta.install
index 8a6c9da8d568..9cb0d2eb46b6 100644
--- a/iicalc-beta.install
+++ b/iicalc-beta.install
@@ -11,5 +11,5 @@ post_upgrade() {
}
pre_remove() {
-echo -e "\033[38;5;11mWarning: Removing ImaginaryInfinity Calculator does not remove the .iicalc folder in your home directory. If you want to run the portable version of ImaginaryInfinity Calculator again, you will have to delete it.\033[m"
+printf "\033[38;5;11mWarning: Removing ImaginaryInfinity Calculator does not remove the .iicalc folder in your home directory. If you want to run the portable version of ImaginaryInfinity Calculator again, you will have to delete it.\033[m\n"
}