diff options
author | Lucas Vasconcelos | 2020-09-02 14:19:21 -0300 |
---|---|---|
committer | Lucas Vasconcelos | 2020-09-02 14:19:21 -0300 |
commit | 823fc2b4c560db5bb731e242448cccbe9aa37785 (patch) | |
tree | 76bb0f59829a212c092ec4d9f44e7647ab0ae32d | |
parent | 159bb24596014ae0ef16b7457893cc8dc821a99a (diff) | |
download | packages-823fc2b4c560db5bb731e242448cccbe9aa37785.tar.gz packages-823fc2b4c560db5bb731e242448cccbe9aa37785.tar.bz2 packages-823fc2b4c560db5bb731e242448cccbe9aa37785.zip |
remove unused variables and change source
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 4 insertions, 7 deletions
@@ -1,12 +1,12 @@ | |||
1 | pkgbase = quich | 1 | pkgbase = 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 = 3.0.0 | 3 | pkgver = 3.0.0 |
4 | pkgrel = 1 | 4 | pkgrel = 2 |
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/v3.0.0.tar.gz | 9 | source = https://github.com/Usbac/quich/archive/v3.0.0/quich-3.0.0.tar.gz |
10 | md5sums = 1528086998d28739ed3e573d08c23d3c | 10 | md5sums = 1528086998d28739ed3e573d08c23d3c |
11 | 11 | ||
12 | pkgname = quich | 12 | pkgname = quich |
@@ -2,16 +2,13 @@ | |||
2 | 2 | ||
3 | pkgname=quich | 3 | pkgname=quich |
4 | pkgver=3.0.0 | 4 | pkgver=3.0.0 |
5 | pkgrel=1 | 5 | pkgrel=2 |
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') |
9 | license=('MIT') | 9 | license=('MIT') |
10 | depends=() | ||
11 | makedepends=() | ||
12 | provides=("$pkgname") | 10 | provides=("$pkgname") |
13 | conflicts=() | 11 | source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") |
14 | source=("${url}/archive/v${pkgver}.tar.gz") | ||
15 | md5sums=('1528086998d28739ed3e573d08c23d3c') | 12 | md5sums=('1528086998d28739ed3e573d08c23d3c') |
16 | 13 | ||
17 | build() { | 14 | build() { |