summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Vasconcelos2020-04-01 17:03:25 -0300
committerLucas Vasconcelos2020-04-01 17:03:25 -0300
commit199e3c7a224950deebc5c2c201d1b068ca0ffa37 (patch)
tree91a587a0cd66274ca0d3dbcd7ba2ae5e6a219d5e
parent1ee48ac168a12f0889c4e2a675b8785c0fdd19e4 (diff)
downloadaur-199e3c7a224950deebc5c2c201d1b068ca0ffa37.tar.gz
bump version to 2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee6045e08738..34f04e76a9fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = quich
pkgdesc = Small, fast and useful calculator for your terminal with multiple functions and options.
- pkgver = 2.1
- pkgrel = 2
+ pkgver = 2.2
+ pkgrel = 1
url = https://github.com/Usbac/quich
arch = x86_64
license = MIT
provides = quich
- source = https://github.com/Usbac/quich/archive/v2.1.tar.gz
- md5sums = 7105380d4350fc90027949629aeaa235
+ source = https://github.com/Usbac/quich/archive/v2.2.tar.gz
+ md5sums = 5295920d7eabbdb3a3d936b0e142d7c8
pkgname = quich
diff --git a/PKGBUILD b/PKGBUILD
index 7c5d1d4ddbed..e21fe297d831 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: vscncls <lucaslou4@protonmail.com>
pkgname=quich
-pkgver=2.1
-pkgrel=2
+pkgver=2.2
+pkgrel=1
pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options."
url="https://github.com/Usbac/quich"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=()
provides=("$pkgname")
conflicts=()
source=("${url}/archive/v${pkgver}.tar.gz")
-md5sums=('7105380d4350fc90027949629aeaa235')
+md5sums=('5295920d7eabbdb3a3d936b0e142d7c8')
build() {
cd $pkgname-$pkgver