From 199e3c7a224950deebc5c2c201d1b068ca0ffa37 Mon Sep 17 00:00:00 2001 From: Lucas Vasconcelos Date: Wed, 1 Apr 2020 17:03:25 -0300 Subject: bump version to 2.2 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 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 @@ 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 7c5d1d4..e21fe29 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: vscncls 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 -- cgit v1.2.3-70-g09d2