summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fde3e6..61807df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
1# Maintainer: vscncls <lucaslou4@protonmail.com> 1# Maintainer: vscncls <lucaslou4@protonmail.com>
2 2
3pkgname=quich 3pkgname=quich
4pkgver=2.4 4pkgver=3.0.0
5pkgrel=1 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"
@@ -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=('96e685d10be2d9e6f74b2d1710773607') 15md5sums=('1528086998d28739ed3e573d08c23d3c')
16 16
17build() { 17build() {
18 cd $pkgname-$pkgver 18 cd $pkgname-$pkgver