summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee6045e..34f04e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
1pkgbase = quich 1pkgbase = quich
2 pkgdesc = Small, fast and useful calculator for your terminal with multiple functions and options. 2 pkgdesc = Small, fast and useful calculator for your terminal with multiple functions and options.
3 pkgver = 2.1 3 pkgver = 2.2
4 pkgrel = 2 4 pkgrel = 1
5 url = https://github.com/Usbac/quich 5 url = https://github.com/Usbac/quich
6 arch = x86_64 6 arch = x86_64
7 license = MIT 7 license = MIT
8 provides = quich 8 provides = quich
9 source = https://github.com/Usbac/quich/archive/v2.1.tar.gz 9 source = https://github.com/Usbac/quich/archive/v2.2.tar.gz
10 md5sums = 7105380d4350fc90027949629aeaa235 10 md5sums = 5295920d7eabbdb3a3d936b0e142d7c8
11 11
12pkgname = quich 12pkgname = quich
13 13
diff --git a/PKGBUILD b/PKGBUILD
index 7c5d1d4..e21fe29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
1# Maintainer: vscncls <lucaslou4@protonmail.com> 1# Maintainer: vscncls <lucaslou4@protonmail.com>
2 2
3pkgname=quich 3pkgname=quich
4pkgver=2.1 4pkgver=2.2
5pkgrel=2 5pkgrel=1
6pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options." 6pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options."
7url="https://github.com/Usbac/quich" 7url="https://github.com/Usbac/quich"
8arch=('x86_64') 8arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=()
12provides=("$pkgname") 12provides=("$pkgname")
13conflicts=() 13conflicts=()
14source=("${url}/archive/v${pkgver}.tar.gz") 14source=("${url}/archive/v${pkgver}.tar.gz")
15md5sums=('7105380d4350fc90027949629aeaa235') 15md5sums=('5295920d7eabbdb3a3d936b0e142d7c8')
16 16
17build() { 17build() {
18 cd $pkgname-$pkgver 18 cd $pkgname-$pkgver