diff options
author | Lucas Vasconcelos | 2020-04-01 17:03:25 -0300 |
---|---|---|
committer | Lucas Vasconcelos | 2020-04-01 17:03:25 -0300 |
commit | 199e3c7a224950deebc5c2c201d1b068ca0ffa37 (patch) | |
tree | 91a587a0cd66274ca0d3dbcd7ba2ae5e6a219d5e /PKGBUILD | |
parent | 1ee48ac168a12f0889c4e2a675b8785c0fdd19e4 (diff) | |
download | packages-199e3c7a224950deebc5c2c201d1b068ca0ffa37.tar.gz packages-199e3c7a224950deebc5c2c201d1b068ca0ffa37.tar.bz2 packages-199e3c7a224950deebc5c2c201d1b068ca0ffa37.zip |
bump version to 2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ | |||
1 | # Maintainer: vscncls <lucaslou4@protonmail.com> | 1 | # Maintainer: vscncls <lucaslou4@protonmail.com> |
2 | 2 | ||
3 | pkgname=quich | 3 | pkgname=quich |
4 | pkgver=2.1 | 4 | pkgver=2.2 |
5 | pkgrel=2 | 5 | pkgrel=1 |
6 | pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options." | 6 | pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options." |
7 | url="https://github.com/Usbac/quich" | 7 | url="https://github.com/Usbac/quich" |
8 | arch=('x86_64') | 8 | arch=('x86_64') |
@@ -12,7 +12,7 @@ makedepends=() | |||
12 | provides=("$pkgname") | 12 | provides=("$pkgname") |
13 | conflicts=() | 13 | conflicts=() |
14 | source=("${url}/archive/v${pkgver}.tar.gz") | 14 | source=("${url}/archive/v${pkgver}.tar.gz") |
15 | md5sums=('7105380d4350fc90027949629aeaa235') | 15 | md5sums=('5295920d7eabbdb3a3d936b0e142d7c8') |
16 | 16 | ||
17 | build() { | 17 | build() { |
18 | cd $pkgname-$pkgver | 18 | cd $pkgname-$pkgver |