summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTabulateJarl82023-10-01 15:06:33 -0400
committerTabulateJarl82023-10-01 15:06:33 -0400
commit524540a449079410d4e150ad1fe2e0ecf38042fe (patch)
tree367891fc15f91cf5aed992eb9e1e3f41dca351e4
parent63f31f9e0904eb50ae0c138517bda4b9f4fa38b2 (diff)
downloadaur-524540a449079410d4e150ad1fe2e0ecf38042fe.tar.gz
1.1.0 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6637459cc820..db25bf60c104 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = squiid
- pkgdesc = A modular calculator written in Rust. Intended to be the successor to ImaginaryInfinity Calculator.
- pkgver = 1.0.6
+ pkgdesc = Advanced calculator written in Rust, featuring a terminal user interface supporting both RPN and algebraic input.
+ pkgver = 1.1.0
pkgrel = 1
url = https://gitlab.com/ImaginaryInfinity/squiid-calculator/squiid
arch = any
license = GPLv3
makedepends = cargo
makedepends = cmake
- source = https://gitlab.com/ImaginaryInfinity/squiid-calculator/squiid/-/archive/1.0.6/squiid-1.0.6.tar.gz
- sha512sums = 50c62ad3995229117b5c74ca79a2e8862f94766f0343ddf435f74bc8567e201047413e60fd4f045b2c30ffe7ef16507ebcaa15d664a30d804c0c2e19cee6d7fe
+ source = https://gitlab.com/ImaginaryInfinity/squiid-calculator/squiid/-/archive/1.1.0/squiid-1.1.0.tar.gz
+ sha512sums = 85c07828fffb2c203d0e11cc9b6c06b0a6decffa637ee4bd3da862a292a0f68af0d4cd9b38d4d247c86190a0c4649a7bbdbe79e5f205b2f3933b984b51589183
pkgname = squiid
diff --git a/PKGBUILD b/PKGBUILD
index 7ab101b788fe..0de23e70054d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: TabulateJarl8 <tabulatejarl8 at gmail.com>
pkgname=squiid
-pkgver=1.0.6
+pkgver=1.1.0
pkgrel=1
-pkgdesc="A modular calculator written in Rust. Intended to be the successor to ImaginaryInfinity Calculator."
+pkgdesc="Advanced calculator written in Rust, featuring a terminal user interface supporting both RPN and algebraic input."
arch=('any')
url="https://gitlab.com/ImaginaryInfinity/squiid-calculator/squiid"
license=('GPLv3')
makedepends=('cargo' 'cmake')
source=("https://gitlab.com/ImaginaryInfinity/squiid-calculator/squiid/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('50c62ad3995229117b5c74ca79a2e8862f94766f0343ddf435f74bc8567e201047413e60fd4f045b2c30ffe7ef16507ebcaa15d664a30d804c0c2e19cee6d7fe')
+sha512sums=('85c07828fffb2c203d0e11cc9b6c06b0a6decffa637ee4bd3da862a292a0f68af0d4cd9b38d4d247c86190a0c4649a7bbdbe79e5f205b2f3933b984b51589183')
prepare() {
cd "$pkgname-$pkgver"