summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61807df..8e70a51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,13 @@
2 2
3pkgname=quich 3pkgname=quich
4pkgver=3.0.0 4pkgver=3.0.0
5pkgrel=1 5pkgrel=2
6pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options." 6pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options."
7url="https://github.com/Usbac/quich" 7url="https://github.com/Usbac/quich"
8arch=('x86_64') 8arch=('x86_64')
9license=('MIT') 9license=('MIT')
10depends=()
11makedepends=()
12provides=("$pkgname") 10provides=("$pkgname")
13conflicts=() 11source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
14source=("${url}/archive/v${pkgver}.tar.gz")
15md5sums=('1528086998d28739ed3e573d08c23d3c') 12md5sums=('1528086998d28739ed3e573d08c23d3c')
16 13
17build() { 14build() {