diff options
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 7 | 
1 files changed, 2 insertions, 5 deletions
| @@ -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() { | 
